From b7884f487c28b8737d0ad41c6f8d852e3d087f3e Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 30 Nov 2015 11:44:34 -0800 Subject: [PATCH] rats --- examples/weapons/pistol/pistol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/weapons/pistol/pistol.js b/examples/weapons/pistol/pistol.js index 1cd06dc436..94c4ce039f 100644 --- a/examples/weapons/pistol/pistol.js +++ b/examples/weapons/pistol/pistol.js @@ -35,7 +35,7 @@ } this.fireSound = SoundCache.getSound("https://s3.amazonaws.com/hifi-public/sounds/Guns/GUN-SHOT2.raw"); this.ricochetSound = SoundCache.getSound("https://s3.amazonaws.com/hifi-public/sounds/Guns/Ricochet.L.wav"); - this.playRichochetSoundChance = 0.7; + this.playRichochetSoundChance = 0.1; this.fireVolume = 0.5; this.bulletForce = 10;