fix pick buttons in simulacrum menu

This commit is contained in:
2025-02-26 08:01:44 -06:00
committed by Celtic Minstrel
parent 126245180a
commit 36a9c237d7

View File

@@ -2298,6 +2298,7 @@ mon_num_t pick_trapped_monst() {
get_monst = which >= 10000 ? univ.party.summons[which - 10000] : univ.scenario.scen_monsters[which];
soulCrystal->getControl("lvl" + n).setTextToNum(get_monst.level);
}
i++;
}