v0.9.4: ankh revives now properly interrupt the hero

This commit is contained in:
Evan Debenham
2021-08-11 16:54:57 -04:00
parent 2987ed1c19
commit a1f590b52d

View File

@@ -1616,6 +1616,8 @@ public class Hero extends Char {
if (ankh != null) {
ankh.detach(belongings.backpack);
interrupt();
resting = false;
if (ankh.isBlessed()) {
this.HP = HT / 4;