Removes alarm sound from air alarm.

This commit is contained in:
Zuhayr
2014-07-12 09:23:39 +09:30
parent 7defd73d98
commit 6632cf7be0

View File

@@ -173,7 +173,6 @@
if(!istype(location)) return//returns if loc is not simulated
if ((alarm_area.fire || alarm_area.atmosalm >= 2) && world.time > last_sound_time + alarm_sound_cooldown)
playsound(src.loc, 'sound/machines/airalarm.ogg', 40, 0, 5)
last_sound_time = world.time
var/datum/gas_mixture/environment = location.return_air()