mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
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:
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user