This commit is contained in:
Rachael Alexanderson 2017-05-02 03:13:40 -04:00
commit a59336908c
14 changed files with 446 additions and 12 deletions

View file

@ -5817,7 +5817,7 @@ AActor *P_SpawnMapThing (FMapThing *mthing, int position)
}
mask = G_SkillProperty(SKILLP_SpawnFilter);
if (!(mthing->SkillFilter & mask))
if (!(mthing->SkillFilter & mask) && !mentry->NoSkillFlags)
{
return NULL;
}