From f5d08e34fd8751c16d98f0140d86967024cf9d1a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 5 Apr 2019 13:42:18 +0200 Subject: [PATCH] bulls rage when pushed --- game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/game.cpp b/game.cpp index 78fe9415..a1447788 100644 --- a/game.cpp +++ b/game.cpp @@ -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) {