v0.9.3b: random teleportation now interrupts the hero

This commit is contained in:
Evan Debenham 2021-06-16 23:06:42 -04:00
parent 85e5e1a12e
commit e919b880a9

View File

@ -114,6 +114,7 @@ public class ScrollOfTeleportation extends Scroll {
Dungeon.observe();
GameScene.updateFog();
Dungeon.hero.interrupt();
}
}