Skip to content

Commit

Permalink
Latejoin Syndicate Cyborgs built with a SICC are now proper antags (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DasBrain committed Oct 28, 2023
1 parent 97f7a0e commit 57ed92a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/mob/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ var/global/datum/mutex/limited/latespawning = new(5 SECONDS)
if (S.emagged)
logTheThing(LOG_STATION, src, "[key_name(S)] late-joins as an emagged cyborg.")
S.mind?.add_antagonist(ROLE_EMAGGED_ROBOT, respect_mutual_exclusives = FALSE, source = ANTAGONIST_SOURCE_LATE_JOIN)
else if (S.syndicate)
logTheThing(LOG_STATION, src, "[key_name(S)] late-joins as an syndicate cyborg.")
S.mind?.add_antagonist(ROLE_SYNDICATE_ROBOT, respect_mutual_exclusives = FALSE, source = ANTAGONIST_SOURCE_LATE_JOIN)
SPAWN(1 DECI SECOND)
S.bioHolder?.mobAppearance?.pronouns = S.client.preferences.AH.pronouns
S.choose_name()
Expand Down

0 comments on commit 57ed92a

Please sign in to comment.