Skip to content

Commit 30a7fff

Browse files
committed
ferbiumTurret / fix 3
1 parent ab21a7d commit 30a7fff

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/az/content/blocks/AZTurrets.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ public static void load() {
159159
requirements(Category.turret, with(AZItems.fors, 70, AZItems.lepera, 25));
160160
researchCost = with(AZItems.fors, 150, AZItems.lepera, 70);
161161
health = 700;
162-
shootEffect = AZFx.shootForce;
163-
smokeEffect = AZFx.shootSmokeForce;
164162
reload = 200f;
165163
inaccuracy = 5f;
166164
shake = 2f;

src/az/type/weapons/BeamWeapon.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
public class BeamWeapon extends RepairBeamWeapon {
2626
public boolean damageEnemies = true;
2727
public float damagePerSecond = 0.1f;
28-
public Color enemyLaserColor = Color.valueOf("ff0000");
29-
public Effect damageEffect = Fx.hitLaser;
3028

3129
public BeamWeapon(String name){
3230
super(name);

src/az/world/blocks/defense/turret/SpeedUpItemTurret.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SpeedUpItemTurret extends ItemTurret{
2424
public float overheatCoolAmount = 1.25f;
2525
public boolean isOverheat = false;
2626

27-
public float maxSpeedupScl = 0.4f;
27+
public float maxSpeedupScl = 0.3f;
2828
public float speedupPerShoot = 0.03f;
2929

3030
public float slowDownReloadTime = 150f;

0 commit comments

Comments
 (0)