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