1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 05:16:00 +00:00

fixed Red Raiders killed incompletely by Orb of Chaos

This commit is contained in:
Zeno Rogue
2020-03-02 18:00:28 +01:00
parent ce8aae916f
commit f98b422aa6
2 changed files with 6 additions and 6 deletions

View File

@@ -368,4 +368,8 @@ EX bool do_not_touch_this_wall(cell *c) {
return among(c->wall, waMirrorWall, waBarrier, waRoundTable);
}
EX bool is_paired(eMonster m) {
return among(m, moPair, moNorthPole, moSouthPole);
}
}