QOL: No More Annoying Airlocks

This commit is contained in:
skull132
2016-02-07 12:42:29 +02:00
parent 41a6c09fe8
commit 48ea5a6777
+3 -3
View File
@@ -947,10 +947,10 @@ About the new airlock wires panel:
for(var/turf/turf in locs)
for(var/atom/movable/AM in turf)
if(AM.blocks_airlock())
if(world.time > next_beep_at)
// if(world.time > next_beep_at)
playsound(src.loc, 'sound/machines/buzz-two.ogg', 50, 0)
next_beep_at = world.time + SecondsToTicks(10)
// playsound(src.loc, 'sound/machines/buzz-two.ogg', 50, 0)
// next_beep_at = world.time + SecondsToTicks(10)
close_door_at = world.time + 6
return
for(var/turf/turf in locs)