diff --git a/game.cpp b/game.cpp index f42c51de..46b5c5ab 100644 --- a/game.cpp +++ b/game.cpp @@ -1970,10 +1970,10 @@ void killMonster(cell *c, eMonster who, flagtype deathflags) { if(m == moGreaterM) m = moLesser; if(isPrincess(m)) m = moPrincess; if(m == moTentacleGhost) m = moGhost; - if(!isBulletType(m)) kills[m]++; if(m == moHunterGuard) m = moHunterDog; if(m == moHunterChanging) m = moHunterDog; if(m == moWolfMoved) m = moWolf; + if(!isBulletType(m)) kills[m]++; if(!c->item) if(m == moButterfly && (deathflags & AF_BULL)) c->item = itBull;