From 12c9113561f3692d15a19da510eb670db2481290 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 2 Mar 2020 03:18:11 +0100 Subject: [PATCH] fixed Lancers --- attack.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/attack.cpp b/attack.cpp index 0c33495d..66c96373 100644 --- a/attack.cpp +++ b/attack.cpp @@ -1241,6 +1241,7 @@ EX void stabbingAttack(cell *mf, cell *mt, eMonster who, int bonuskill IS(0)) { int flag = AF_APPROACH; if(anglestraight(mt, backdir, t)) flag |= AF_HORNS; if(canAttack(mt,who,c,c->monst, flag)) { + changes.ccell(c); if(attackMonster(c, flag | AF_MSG, who)) numlance++; spread_plague(mt, c, t, who); produceGhost(c, mm, who);