Skip to content

Commit

Permalink
me forgor this
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Mar 25, 2024
1 parent f58411a commit 7d32d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/cm_initialize.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ Additional game mode variables.
return FALSE

var/deathtime = world.time - joe_candidate.timeofdeath
if((deathtime < JOE_JOIN_DEAD_TIME && joe_candidate.ckey in joes) && !MODE_HAS_TOGGLEABLE_FLAG(MODE_BYPASS_JOE))
if((deathtime < JOE_JOIN_DEAD_TIME && (joe_candidate.ckey in joes)) && !MODE_HAS_TOGGLEABLE_FLAG(MODE_BYPASS_JOE))
to_chat(joe_candidate, SPAN_WARNING("You have been dead for [DisplayTimeText(deathtime)]. You need to wait <b>[DisplayTimeText(JOE_JOIN_DEAD_TIME - deathtime)]</b> before rejoining as a Working Joe!"))
return FALSE

Expand Down

0 comments on commit 7d32d22

Please sign in to comment.