Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Apr 20, 2024
1 parent c749ead commit 370839d
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"
. += "Time To Start: [round(time_remaining)]s"[SSticker.delay_start ? " (DELAYED)" : ""]"

Check failure on line 454 in code/modules/mob/new_player/new_player.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '{"
else if(time_remaining == -10)
. += "Time To Start: DELAYED"
else
Expand Down

0 comments on commit 370839d

Please sign in to comment.