No payload source power

This commit is contained in:
Anuken
2021-06-04 11:35:01 -04:00
parent 8ec62e9dba
commit 944b9ae2cf
5 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ public class SapBulletType extends BulletType{
public float width = 0.4f;
public SapBulletType(){
speed = 0.0001f;
speed = 0f;
despawnEffect = Fx.none;
pierce = true;
collides = false;

View File

@@ -19,7 +19,7 @@ public class ShrapnelBulletType extends BulletType{
public float serrationLenScl = 10f, serrationWidth = 4f, serrationSpacing = 8f, serrationSpaceOffset = 80f, serrationFadeOffset = 0.5f;
public ShrapnelBulletType(){
speed = 0.01f;
speed = 0f;
hitEffect = Fx.hitLancer;
shootEffect = smokeEffect = Fx.lightningShoot;
lifetime = 10f;