mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
QOL: No More Annoying Airlocks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user