From 869a05b1e395716cbd91c565b167e61b473da03e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 9 Oct 2025 21:44:26 +0200 Subject: [PATCH] fixed the bug with the bulls being too enraged about crossbows --- crossbow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/crossbow.cpp b/crossbow.cpp index a78e6715..5ff530a8 100644 --- a/crossbow.cpp +++ b/crossbow.cpp @@ -448,6 +448,7 @@ EX void shoot() { if(!canAttack(cf, who, c, m, attackflags)) { if(among(m, moSleepBull, moHerdBull)) { + changes.ccell(c); addMessage(XLAT("%The1 is enraged!", m)); c->monst = moRagingBull; hit_anything = true;