mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
Configuration Controller (#7857)
This commit is contained in:
@@ -43,7 +43,7 @@ GLOBAL_DATUM(gateway_station, /obj/machinery/gateway/centerstation)
|
||||
GLOB.gateway_station = src
|
||||
|
||||
update_icon()
|
||||
wait = world.time + config.gateway_delay //+ thirty minutes default
|
||||
wait = world.time + CONFIG_GET(number/gateway_delay) //+ thirty minutes default // CHOMPEdit
|
||||
|
||||
if(GLOB.gateway_away)
|
||||
awaygate = GLOB.gateway_away
|
||||
|
||||
Reference in New Issue
Block a user