Removes Recursive Explosions

This commit is contained in:
Fox-McCloud
2015-03-19 03:23:14 -04:00
parent 8baa1e4ba9
commit 38adfe06a0
15 changed files with 15 additions and 183 deletions
-5
View File
@@ -119,8 +119,6 @@
var/simultaneous_pm_warning_timeout = 100
var/use_recursive_explosions //Defines whether the server uses recursive or circular explosions.
var/assistant_maint = 0 //Do assistants get maint access?
var/gateway_delay = 6000 //How long the gateway takes before it activates. Default is half an hour.
var/ghost_interaction = 0
@@ -216,9 +214,6 @@
if ("jobs_have_minimal_access")
config.jobs_have_minimal_access = 1
if ("use_recursive_explosions")
use_recursive_explosions = 1
if ("log_ooc")
config.log_ooc = 1