Updates the russian roulette fail noise

This commit is contained in:
gamer147
2023-08-03 12:47:14 -04:00
parent 35b16afd9a
commit 8650c75f2b

View File

@@ -41,7 +41,7 @@ public partial class RussianPistol : Weapon
}
else
{
Pawn.PlaySound( "denyundo" );
Pawn.PlaySound( "player_use_fail" );
}
Ammo--;
}