Removes the unused explosion_recursive.dm and everything related to it, including the configuration option.

This commit is contained in:
Intigracy
2014-11-27 14:28:20 -08:00
parent b573a00f5e
commit 31835f1987
5 changed files with 0 additions and 156 deletions
-4
View File
@@ -123,8 +123,6 @@
var/slime_delay = 0
var/animal_delay = 0
var/use_recursive_explosions //Defines whether the server uses recursive or circular explosions.
var/gateway_delay = 18000 //How long the gateway takes before it activates. Default is half an hour.
var/ghost_interaction = 0
@@ -387,8 +385,6 @@
config.allow_random_events = 1
if("jobs_have_minimal_access")
config.jobs_have_minimal_access = 1
if("use_recursive_explosions")
use_recursive_explosions = 1
if("humans_need_surnames")
humans_need_surnames = 1
if("force_random_names")