Blue Raiders now can destroy boats

This commit is contained in:
Zeno Rogue
2019-02-06 18:48:52 +01:00
parent 213cd2febf
commit 846032ece2
+2
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);