Adds an admin verb that fully sets up the singlo (for testing/debugging msotly)

Fixes the tensioner occasionally attempting to turn cyborgs into malf AIs.
Adds checks to space ninja during its objective creation.
Fixes that fucking message when you're carrying the disk in outer space
Nuke disk now respawns in all rounds.  
Adds the abiity to turn off the tensioner for the entire round.
Pinpointers now show the remaining time until a nuke goes off if it's been armed when examined
Nuclear bombs now have a minimum detonation time of one minute.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3312 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-16 22:20:50 +00:00
parent 22d451be9b
commit bf061913c7
7 changed files with 96 additions and 33 deletions

View File

@@ -228,6 +228,9 @@ var/global/datum/tension/tension_master
spawn(6000)
supress = 0
else if (href_list["ToggleStatus"])
config.Tensioner_Active = !config.Tensioner_Active
proc/makeMalfAImode()
@@ -235,7 +238,7 @@ var/global/datum/tension/tension_master
var/mob/living/silicon/malfAI = null
var/datum/mind/themind = null
for(var/mob/living/silicon/ai in world)
for(var/mob/living/silicon/ai/ai in world)
if(ai.client)
AIs += ai