Hi, trying to break urns on the first floor on the new version 1.83.32 sometimes crashes the game. I guess it tries to find a suitable lvl1 spirit but can't find one?
Viewing post in Caverns of Xaskazien II comments
WAIT A MINUTE! Just looked through the summonrandomspirit function again and saw this line:
potentialalternateswap(dice2);
Which should have been this line:
montype[loop] = potentialalternateswap(dice2);
Which means the game is not considering the new spirits, and YES, this could crash (or more likely freeze) the game! Thank you!
