Ports VG's DeityLink's new explosion method

This commit is contained in:
ZomgPonies
2015-05-09 01:56:25 -04:00
parent 3ff6339f04
commit 1029e9afe1
12 changed files with 155 additions and 8 deletions
+4
View File
@@ -62,6 +62,7 @@
var/automute_on = 0 //enables automuting/spam prevention
var/jobs_have_minimal_access = 0 //determines whether jobs use minimal access or expanded access.
var/reactionary_explosions = 0 //If we use reactionary explosions, explosions that react to walls and doors
var/assistantlimit = 0 //enables assistant limiting
var/assistantratio = 2 //how many assistants to security members
@@ -340,6 +341,9 @@
if("protect_roles_from_antagonist")
config.protect_roles_from_antagonist = 1
if("reactionary_explosions")
config.reactionary_explosions = 1
if ("probability")
var/prob_pos = findtext(value, " ")
var/prob_name = null