diff --git a/game.cpp b/game.cpp index e2047971..25f673ab 100644 --- a/game.cpp +++ b/game.cpp @@ -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);