v2.5.0: fixed cursed wand mimic transmogs floating on chasms

This commit is contained in:
Evan Debenham
2024-07-07 15:53:24 -04:00
parent f64f84fac4
commit 3bd6e41412
@@ -417,6 +417,8 @@ public class CursedWand {
mimic.items.add(reward); mimic.items.add(reward);
} }
Dungeon.level.occupyCell(mimic);
return true; return true;
//appears to crash the game (actually just closes it) //appears to crash the game (actually just closes it)