Bullet cleap & inlining

This commit is contained in:
Anuke
2022-03-06 10:03:40 -05:00
parent cc3116f329
commit bc0b0b254d
9 changed files with 492 additions and 498 deletions

View File

@@ -11,7 +11,7 @@ import mindustry.world.meta.*;
/** A turret that fires a continuous beam bullet with no reload or coolant necessary. The bullet only disappears when the turret stops shooting. */
public class ContinuousTurret extends Turret{
public BulletType shootType = Bullets.standardCopper;
public BulletType shootType = Bullets.placeholder;
public ContinuousTurret(String name){
super(name);