From 82107ce692ba9e7246ebb4021e0f933e8fe91c5a Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Mon, 20 Feb 2023 23:28:16 -0800 Subject: [PATCH] reverts testing vars --- code/modules/busy_space/air_traffic.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/busy_space/air_traffic.dm b/code/modules/busy_space/air_traffic.dm index 3a9ae4f879..10c16c4fb5 100644 --- a/code/modules/busy_space/air_traffic.dm +++ b/code/modules/busy_space/air_traffic.dm @@ -3,9 +3,9 @@ var/global/datum/lore/atc_controller/atc = new/datum/lore/atc_controller /datum/lore/atc_controller - var/delay_min = 30 SECONDS //How long between ATC traffic, min. Default is 25 mins. - var/delay_max = 45 SECONDS //How long between ATC traffic, max. Default is 40 mins. - var/backoff_delay = 5 SECONDS //How long to back off if we can't talk and want to. Default is 5 mins. + var/delay_min = 30 MINUTES //How long between ATC traffic, min. Default is 25 mins. + var/delay_max = 45 MINUTES //How long between ATC traffic, max. Default is 40 mins. + var/backoff_delay = 5 MINUTES //How long to back off if we can't talk and want to. Default is 5 mins. var/next_message //When the next message should happen in world.time var/force_chatter_type //Force a specific type of messages