v1.3.0: fixed various badges not triggered with ankh death
This commit is contained in:
@@ -1694,6 +1694,10 @@ public class Hero extends Char {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (cause instanceof Hero.Doom) {
|
||||||
|
((Hero.Doom)cause).onDeath();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -1766,10 +1770,6 @@ public class Hero extends Char {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (cause instanceof Hero.Doom) {
|
|
||||||
((Hero.Doom)cause).onDeath();
|
|
||||||
}
|
|
||||||
|
|
||||||
Dungeon.deleteGame( GamesInProgress.curSlot, true );
|
Dungeon.deleteGame( GamesInProgress.curSlot, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user