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:
parent
213cd2febf
commit
846032ece2
2
game.cpp
2
game.cpp
@ -7236,6 +7236,8 @@ void monstersTurn() {
|
|||||||
if(canAttack(c, moCrusher, c, c->monst, AF_GETPLAYER | AF_CRUSH)) {
|
if(canAttack(c, moCrusher, c, c->monst, AF_GETPLAYER | AF_CRUSH)) {
|
||||||
attackMonster(c, AF_MSG | AF_GETPLAYER | AF_CRUSH, moCrusher);
|
attackMonster(c, AF_MSG | AF_GETPLAYER | AF_CRUSH, moCrusher);
|
||||||
}
|
}
|
||||||
|
moveEffect(c, c, moDeadBird, -1);
|
||||||
|
destroyBoats(c, NULL, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
crush_now = move(crush_next);
|
crush_now = move(crush_next);
|
||||||
|
Loading…
Reference in New Issue
Block a user