Skip to content

Commit

Permalink
Update code/modules/mob/new_player/new_player.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Apr 21, 2024
1 parent 370839d commit 75add41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@

var/time_remaining = SSticker.GetTimeLeft()
if(time_remaining > 0)
. += "Time To Start: [round(time_remaining)]s"[SSticker.delay_start ? " (DELAYED)" : ""]"
. += "Time To Start: [round(time_remaining)]s[SSticker.delay_start ? " (DELAYED)" : ""]"
else if(time_remaining == -10)
. += "Time To Start: DELAYED"
else
Expand Down

0 comments on commit 75add41

Please sign in to comment.