mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-30 16:38:30 +01:00
Syndicate stuff
Lets start if off right off the bat, chameleon masks from lavaland syndicate and (hopefully) space comms agents no longer have a GPS. Flavor text for the syndicate ghost roles more tie into a don't leave rather than abandon, while hinting Kinaris is also an enemy much like NT, just not that much of a threat (think cold war). Lastly anyone with the mind.special_role ROLE_TRAITOR will get a notification about ahelping before cryoing.
This commit is contained in:
@@ -384,7 +384,10 @@
|
||||
else if(target.mind.has_antag_datum(/datum/antagonist/rev))
|
||||
alert("<span class='userdanger'>You're a Revolutionary![generic_plsnoleave_message]</span>")
|
||||
caught = TRUE
|
||||
|
||||
if(target.mind.special_role == ROLE_TRAITOR)
|
||||
alert("<span class='userdanger'>You're a Traitor![generic_plsnoleave_message]</span>")
|
||||
caught = TRUE
|
||||
|
||||
if(caught)
|
||||
target.client.cryo_warned = world.time
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user