diff --git a/Source/monster.cpp b/Source/monster.cpp index bcb16b4a6..c76b75b81 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -3844,11 +3844,8 @@ void MAI_Scav(int i) } } } -#ifdef HELLFIRE - else -#else + if (Monst->_mmode == MM_STAND) -#endif MAI_SkelSd(i); }