From b1665ab23b5e39bab911367dcd1f7289391ae848 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 27 Oct 2019 02:37:41 +0200 Subject: [PATCH] Thumpers now attract monsters with special movement rules --- game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/game.cpp b/game.cpp index db338e92..ef263228 100644 --- a/game.cpp +++ b/game.cpp @@ -4931,6 +4931,7 @@ EX void groupmove2(cell *c, cell *from, int d, eMonster movtype, flagtype mf) { if(movtype == moKrakenH && isTargetOrAdjacent(from)) ; /* else if(passable_for(movtype, from, c, P_ONPLAYER | P_CHAIN | P_MONSTER)) ; else if(canAttack(c, movtype, from, from->monst, AF_GETPLAYER)) ; */ + else if(from->wall == waThumperOn) ; else if(passable_for(movtype, from, c, P_CHAIN | P_MONSTER)) ; else if(canAttack(c, movtype, from, from->monst, AF_GETPLAYER)) ; else if(isMagneticPole(movtype)) {