Browse Source

fallen fear absolute dMonster id

pull/4604/merge
k-bar 4 years ago committed by Anders Jenbo
parent
commit
618c478620
  1. 2
      Source/monster.cpp

2
Source/monster.cpp

@ -4515,7 +4515,7 @@ void M_FallenFear(Point position)
int m = dMonster[tile.x][tile.y];
if (m == 0)
continue;
Monster &monster = Monsters[m - 1];
Monster &monster = Monsters[abs(m) - 1];
if (monster._mAi != AI_FALLEN || monster._mhitpoints >> 6 <= 0)
continue;

Loading…
Cancel
Save