Added Coyote sound

100 points
This commit is contained in:
ChocoTaco 2022-04-27 14:48:05 -04:00
parent 5e9e84e25e
commit 9b97a649dd

View file

@ -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);