bulls rage when pushed

This commit is contained in:
Zeno Rogue 2019-04-05 13:42:18 +02:00
parent 0f99334279
commit f5d08e34fd
1 changed files with 1 additions and 0 deletions

View File

@ -2594,6 +2594,7 @@ void pushMonster(cell *ct, cell *cf, int direction_hint) {
if(t > 0)
ct->stuntime = min(ct->stuntime + 2 * t, 7);
}
if(isBull(ct->monst)) ct->monst = moRagingBull;
}
bool destroyHalfvine(cell *c, eWall newwall, int tval) {