and these other weapons too

This commit is contained in:
Anuken
2023-04-28 15:17:05 -04:00
parent 1a83d35923
commit 6f88684040
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ public class BuildWeapon extends Weapon{
predictTarget = false; predictTarget = false;
display = false; display = false;
bullet = new BulletType(); bullet = new BulletType();
useAttackRange = false;
} }
@Override @Override

View File

@@ -60,6 +60,7 @@ public class RepairBeamWeapon extends Weapon{
mountType = HealBeamMount::new; mountType = HealBeamMount::new;
recoil = 0f; recoil = 0f;
noAttack = true; noAttack = true;
useAttackRange = false;
} }
@Override @Override