-Added proc for setting the flashing red alarm lights

-moved all the Related Areas checking for fire alarms into the procs in areas.dm
-Added sound for burglar alarm due to popular request
This commit is contained in:
ikarrus
2014-08-18 21:27:42 -06:00
parent cc3e40fef4
commit 0be874efff
3 changed files with 61 additions and 59 deletions
@@ -57,6 +57,7 @@
//Activate Anti-theft
var/area/alarmed = get_area(src)
alarmed.burglaralert(src)
playsound(src, "sound/effects/alert.ogg", 50, 1)
else
playsound(src.loc, 'sound/effects/Glasshit.ogg', 75, 1)