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;
display = false;
bullet = new BulletType();
useAttackRange = false;
}
@Override

View File

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