From 9b97a649ddf4d588df653182cf748e80016d2337 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Wed, 27 Apr 2022 14:48:05 -0400 Subject: [PATCH] Added Coyote sound 100 points --- Classic/scripts/LakRabbitGame.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Classic/scripts/LakRabbitGame.cs b/Classic/scripts/LakRabbitGame.cs index a2cc10d..1604fd4 100755 --- a/Classic/scripts/LakRabbitGame.cs +++ b/Classic/scripts/LakRabbitGame.cs @@ -733,6 +733,7 @@ function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %am else if(%points >= 100) { messageAll('', '~wfx/Misc/Flair.wav'); + messageAll('', '~wfx/Bonuses/Nouns/coyote.wav'); } Game.recalcScore(%sourceObject.client);