Integrate free golems as a lavaland ruin

This commit is contained in:
datlo
2019-05-31 09:30:03 +01:00
parent 42c0702a6a
commit 32812736ee
15 changed files with 1581 additions and 1962 deletions
-9
View File
@@ -75,9 +75,6 @@
var/auto_cryo_ssd_mins = 0
var/ssd_warning = 0
var/prob_free_golems = 75 //chance for free golems spawners to appear roundstart
var/unrestricted_free_golems = FALSE //if true, free golems can appear on all roundtypes
var/traitor_objectives_amount = 2
var/shadowling_max_age = 0
@@ -305,12 +302,6 @@
if("jobs_have_minimal_access")
config.jobs_have_minimal_access = 1
if("prob_free_golems")
config.prob_free_golems = text2num(value)
if("unrestricted_free_golems")
config.unrestricted_free_golems = TRUE
if("shadowling_max_age")
config.shadowling_max_age = text2num(value)