From 52f5bceb1e6e2bb56005aeacfd362ab9a170cc79 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 6 Jul 2018 21:11:57 -0400 Subject: [PATCH] v0.7.0: fixed cursed wand floor warp not correctly using charges --- .../shatteredpixeldungeon/items/wands/CursedWand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 c4023b545..0dfa6ad27 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 @@ -339,8 +339,9 @@ public class CursedWand { } else { ScrollOfTeleportation.teleportHero(user); - wand.wandUsed(); + } + wand.wandUsed(); break; //summon monsters