From 3bd6e414125f986f205a954df23da330b2923916 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 7 Jul 2024 15:53:24 -0400 Subject: [PATCH] v2.5.0: fixed cursed wand mimic transmogs floating on chasms --- .../shatteredpixeldungeon/items/wands/CursedWand.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java index 29bf36b9e..895b7153b 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java @@ -417,6 +417,8 @@ public class CursedWand { mimic.items.add(reward); } + Dungeon.level.occupyCell(mimic); + return true; //appears to crash the game (actually just closes it)