From eb5d2ab84529b8a6b4cc878de9cd7173896b06fc Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 31 Jan 2018 00:16:48 +0100 Subject: [PATCH] fixed petrified monsters not destroying arrow traps --- game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/game.cpp b/game.cpp index d0193a30..e1929ffd 100644 --- a/game.cpp +++ b/game.cpp @@ -1418,6 +1418,7 @@ int monstersnear(cell *c, cell *nocount, eMonster who, cell *pushto, cell *comef bool petrify(cell *c, eWall walltype, eMonster m) { destroyHalfvine(c); + destroyTrapsOn(c); playSound(c, "die-troll"); if(walltype == waIcewall && !isIcyLand(c->land))