Naval unit tweaks

This commit is contained in:
Anuken
2020-07-17 11:15:07 -04:00
parent b2b6ddb5b2
commit 1bb621bbd5
22 changed files with 2008 additions and 1829 deletions

View File

@@ -15,6 +15,7 @@ public class ArtilleryBulletType extends BasicBulletType{
scaleVelocity = true;
hitShake = 1f;
hitSound = Sounds.explosion;
shootEffect = Fx.shootBig;
trailEffect = Fx.artilleryTrail;
}