colony-1 could not be saved, unfortunately. RIP

This commit is contained in:
Neerti
2015-08-23 18:04:47 -04:00
parent 00fa623c9d
commit 7fab70767d
14 changed files with 11089 additions and 11163 deletions

View File

@@ -331,12 +331,16 @@ var/list/gamemode_cache = list()
if ("generate_asteroid")
config.generate_asteroid = 1
if ("asteroid_z_levels")
config.asteroid_z_levels = text2list(value, ";")
//Numbers get stored as strings, so we'll fix that right now.
for(var/z_level in config.asteroid_z_levels)
z_level = text2num(z_level) if ("no_click_cooldown")
z_level = text2num(z_level)
if ("no_click_cooldown")
config.no_click_cooldown = 1
if("allow_admin_ooccolor")
config.allow_admin_ooccolor = 1