From d9d3468ce0c51058d5b7fe27340a951d9bab7bbf Mon Sep 17 00:00:00 2001 From: Dan-Neposh Date: Thu, 4 Mar 2021 08:05:44 -0500 Subject: [PATCH] Fixes Ratvars linters --- .../clockcult/clock_structures/ratvar_the_clockwork_justicar.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm b/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm index eafe7d947c..8f6aec400b 100644 --- a/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm +++ b/code/modules/antagonists/clockcult/clock_structures/ratvar_the_clockwork_justicar.dm @@ -170,7 +170,7 @@ if(QDELETED(src)) priority_announce("Energy signal no longer detected.","Central Command Higher Dimensional Affairs") return - sound_to_playing_players(volume = 70, sound('sound/magic/clockwork/ark_activation_sequence.ogg')) //if this isn't lessened in volume it peaks for some reason + sound_to_playing_players('sound/machines/clockcult/ratvar_scream.ogg', 80) //if this isn't lessened in volume it peaks for some reason addtimer(CALLBACK(GLOBAL_PROC, /proc/clockcult_ending_helper), 300) /proc/clockcult_ending_helper()