Reverts looping delta alert noise (#21854)

This commit is contained in:
AffectedArc07
2023-09-01 22:41:55 +01:00
committed by GitHub
parent 8803f536b7
commit d17ebbd2a4
7 changed files with 3 additions and 41 deletions
@@ -130,12 +130,3 @@
. = ..()
if(decrease_by_amount && decrease_to_amount && decrease_to_amount < volume)
volume = max(volume - decrease_by_amount, decrease_to_amount)
/datum/looping_sound/decreasing/delta_alarm
mid_sounds = 'sound/effects/delta_alarm.ogg'
volume = 50
mid_length = 80
decrease_to_amount = 10
decrease_by_amount = 5
direct = TRUE
channel = CHANNEL_DELTA_ALARM