mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Reverts looping delta alert noise (#21854)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user