Skip to content

Commit

Permalink
Update survivors.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Sep 22, 2023
1 parent 1a863cd commit f6a1aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/job/civilians/other/survivors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
return

/datum/job/civilian/survivor/announce_entry_message(mob/living/carbon/human/survivor, datum/money_account/account, whitelist_status) //The actual message that is displayed to the mob when they enter the game as a new player.
if(survivor?.loc && survivor?.client)
if(survivor?.loc && survivor.client)
//Document syntax cannot have tabs for proper formatting.
var/entrydisplay = " \
[SPAN_ROLE_BODY("|______________________|")] \n\
Expand Down

0 comments on commit f6a1aed

Please sign in to comment.