v0.7.0: fixed cursed wand floor warp not correctly using charges
This commit is contained in:
parent
d4a3468c10
commit
52f5bceb1e
|
@ -339,8 +339,9 @@ public class CursedWand {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
ScrollOfTeleportation.teleportHero(user);
|
ScrollOfTeleportation.teleportHero(user);
|
||||||
wand.wandUsed();
|
|
||||||
}
|
}
|
||||||
|
wand.wandUsed();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
//summon monsters
|
//summon monsters
|
||||||
|
|
Loading…
Reference in New Issue
Block a user