mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
bulls rage when pushed
This commit is contained in:
parent
0f99334279
commit
f5d08e34fd
1
game.cpp
1
game.cpp
@ -2594,6 +2594,7 @@ void pushMonster(cell *ct, cell *cf, int direction_hint) {
|
|||||||
if(t > 0)
|
if(t > 0)
|
||||||
ct->stuntime = min(ct->stuntime + 2 * t, 7);
|
ct->stuntime = min(ct->stuntime + 2 * t, 7);
|
||||||
}
|
}
|
||||||
|
if(isBull(ct->monst)) ct->monst = moRagingBull;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool destroyHalfvine(cell *c, eWall newwall, int tval) {
|
bool destroyHalfvine(cell *c, eWall newwall, int tval) {
|
||||||
|
Loading…
Reference in New Issue
Block a user