From 0e0518722963ab04b5d1dac1d00541bbcaf6bbd4 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Tue, 1 Sep 2020 19:46:22 -0400 Subject: [PATCH] Changed sound --- Classic/scripts/LakRabbitGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/LakRabbitGame.cs b/Classic/scripts/LakRabbitGame.cs index 5d9d1a4..c70fa75 100644 --- a/Classic/scripts/LakRabbitGame.cs +++ b/Classic/scripts/LakRabbitGame.cs @@ -709,7 +709,7 @@ function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %am } else if(%points >= 100) { - %sound = '~wfx/Misc/MA1.wav'; + messageAll('', '~wfx/Misc/Flair.wav'); } Game.recalcScore(%sourceObject.client);