Made it so that herp no longer spits a warning out at you.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@631 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2010-12-16 00:19:29 +00:00
parent a3686c9d55
commit f0eb72e434
+10 -2
View File
@@ -173,14 +173,22 @@
ticker.mode.declare_completion()
sleep(110)
if (ticker.mode.name != "nuclear emergency" || !derp)
world << "<B>Everyone was killed by the nuclear blast! Resetting in 30 seconds!</B>"
if (ticker.mode.name != "nuclear emergency" || !derp || !herp)
world << "<B>The station was destoyed by the nuclear blast! Resetting in 30 seconds!</B>"
sleep(300)
log_game("Rebooting due to nuclear destruction of station")
world.Reboot()
return
else if (ticker.mode.name == "nuclear emergency" && herp)
world << "<B>Everyone died in the blast, including the Syndicate Agents. Resetting in 30 seconds!</B>"
sleep(300)
log_game("Rebooting due to nuclear detonation")
world.Reboot()
return
else if (ticker.mode.name == "nuclear emergency" && derp)
world << "<B>Resetting in 30 seconds!</B>"