1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-21 08:00:25 +00:00

Blue Raiders now can destroy boats

This commit is contained in:
Zeno Rogue 2018-12-25 23:56:39 +01:00
parent 213cd2febf
commit 846032ece2

View File

@ -7236,6 +7236,8 @@ void monstersTurn() {
if(canAttack(c, moCrusher, c, c->monst, AF_GETPLAYER | AF_CRUSH)) {
attackMonster(c, AF_MSG | AF_GETPLAYER | AF_CRUSH, moCrusher);
}
moveEffect(c, c, moDeadBird, -1);
destroyBoats(c, NULL, true);
}
crush_now = move(crush_next);