[MIRROR] Squashes traitors under one path (#7049)
* Squashes traitors under one path (#38332) * Squashes traitors under one path
This commit is contained in:
committed by
kevinz000
parent
6510066918
commit
8413eb2888
+1
-4
@@ -202,9 +202,7 @@
|
||||
special_role = null
|
||||
|
||||
/datum/mind/proc/remove_traitor()
|
||||
if(src in SSticker.mode.traitors)
|
||||
remove_antag_datum(/datum/antagonist/traitor)
|
||||
SSticker.mode.update_traitor_icons_removed(src)
|
||||
remove_antag_datum(/datum/antagonist/traitor)
|
||||
|
||||
/datum/mind/proc/remove_brother()
|
||||
if(src in SSticker.mode.brothers)
|
||||
@@ -252,7 +250,6 @@
|
||||
remove_wizard()
|
||||
remove_cultist()
|
||||
remove_rev()
|
||||
SSticker.mode.update_traitor_icons_removed(src)
|
||||
SSticker.mode.update_cult_icons_removed(src)
|
||||
|
||||
/datum/mind/proc/equip_traitor(employer = "The Syndicate", silent = FALSE, datum/antagonist/uplink_owner)
|
||||
|
||||
Reference in New Issue
Block a user