Merge pull request #16649 from ParadiseSS13/fucks-sake

Fixes all players being marked as blobs
This commit is contained in:
variableundefined
2021-09-07 09:43:01 -05:00
committed by GitHub
+1 -1
View File
@@ -92,7 +92,7 @@
)
if(SSticker && SSticker.mode)
other_antags += list(
"Blob" = (mind.special_role = SPECIAL_ROLE_BLOB),
"Blob" = (mind.special_role == SPECIAL_ROLE_BLOB),
"Cultist" = (mind in SSticker.mode.cult),
"Wizard" = (mind in SSticker.mode.wizards),
"Wizard's Apprentice" = (mind in SSticker.mode.apprentices),