Datum rev & related upgrades to base datum antag
This commit is contained in:
committed by
CitadelStationBot
parent
7f9d13ab42
commit
2ecb4c216c
@@ -356,7 +356,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
|
||||
if(M.mind && M.mind.special_role)//If they have a mind and special role, they are some type of traitor or antagonist.
|
||||
switch(SSticker.mode.config_tag)
|
||||
if("revolution")
|
||||
if((M.mind in SSticker.mode.head_revolutionaries) || (M.mind in SSticker.mode.revolutionaries))
|
||||
if(is_revolutionary(M))
|
||||
return 2
|
||||
if("cult")
|
||||
if(M.mind in SSticker.mode.cult)
|
||||
|
||||
Reference in New Issue
Block a user