From 702ef10c72bc38cc39da909db8889123fcc2925f Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 11 Jan 2018 16:29:25 -0800 Subject: [PATCH] default value = 0 --- code/controllers/configuration.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index b93333c7372..1e95c7b8977 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -68,7 +68,7 @@ var/assistantratio = 2 //how many assistants to security members var/traitor_objectives_amount = 2 - var/shadowling_max_age = 1800 + var/shadowling_max_age = 0 var/max_maint_drones = 5 //This many drones can spawn, var/allow_drone_spawn = 1 //assuming the admin allow them to.