Nukes and malfAI-controlled stations now audibly let you know when they are about to explode.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1270 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-03-24 18:51:48 +00:00
parent 7e0edf31bc
commit bd586cb156
3 changed files with 5 additions and 1 deletions
@@ -158,6 +158,9 @@
usr.verbs -= /datum/game_mode/malfunction/proc/ai_win
ticker.mode:boom = 1
for(var/mob/M in world)
if(M.client)
M << 'Alarm.ogg'
world << "Self-destructing in 10"
sleep(10)
world << "9"
+2 -1
View File
@@ -133,7 +133,8 @@
src.yes_code = 0
src.safety = 1
src.icon_state = "nuclearbomb3"
sleep(20)
playsound(src,'Alarm.ogg',100,0,5)
sleep(100)
/*
var/turf/ground_zero = get_turf(loc)
Binary file not shown.