1
0
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:
Zeno Rogue 2019-04-05 13:42:18 +02:00
parent 0f99334279
commit f5d08e34fd

View File

@ -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) {