Fixes all players being marked as blobs

This commit is contained in:
AffectedArc07
2021-09-07 15:35:05 +01:00
committed by GitHub
parent 6ef47b7e82
commit abcbee215b
+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),