hedgewars/uStats.pas
changeset 866 ac6f6c95c23f
parent 864 024369e09a53
child 867 dc7901b1120e
--- a/hedgewars/uStats.pas	Thu Apr 24 15:03:57 2008 +0000
+++ b/hedgewars/uStats.pas	Thu Apr 24 15:19:33 2008 +0000
@@ -71,9 +71,12 @@
 	if DamageTotal > DamageClan then
 		PlaySound(sndNutter, false)
 	else
-		PlaySound(sndSameTeam, false)
+		if random(2) = 0 then
+			PlaySound(sndSameTeam, false)
+		else
+			PlaySound(sndTraitor, false)
 
-else if DamageGiven <> 0 then
+else if DamageGiven <> 0 then PlaySound(sndRegret, false)
 
 else if AmmoDamagingUsed then PlaySound(sndMissed, false);