diff --git a/code/game/objects/items/charter.dm b/code/game/objects/items/charter.dm index 8bdd989f5b1..039586ef89f 100644 --- a/code/game/objects/items/charter.dm +++ b/code/game/objects/items/charter.dm @@ -33,7 +33,7 @@ if(used) user << "This charter has already been used to name the station." return - if(!ignores_timeout && (world.time > CHALLENGE_TIME_LIMIT)) //5 minutes + if(!ignores_timeout && (world.time-round_start_time > CHALLENGE_TIME_LIMIT)) //5 minutes user << "The crew has already settled into the shift. \ It probably wouldn't be good to rename the station right now." return