This commit is contained in:
commit
a59336908c
14 changed files with 446 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue