This commit is contained in:
MEEP of Faith 2020-10-11 12:58:50 -07:00
parent 5600f96a37
commit 7662174dc4

View File

@ -432,7 +432,7 @@ public abstract class Turret extends Block{
fshootEffect.at(x + tr.x, y + tr.y, rotation);
fsmokeEffect.at(x + tr.x, y + tr.y, rotation);
shootSound.at(x + tr.x, y + tr.y, 1);
shootSound.at(x + tr.x, y + tr.y, Mathf.random(0.9f, 1.1f));
if(shootShake > 0){
Effect.shake(shootShake, shootShake, this);