and these other weapons too
This commit is contained in:
@@ -24,6 +24,7 @@ public class BuildWeapon extends Weapon{
|
||||
predictTarget = false;
|
||||
display = false;
|
||||
bullet = new BulletType();
|
||||
useAttackRange = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -60,6 +60,7 @@ public class RepairBeamWeapon extends Weapon{
|
||||
mountType = HealBeamMount::new;
|
||||
recoil = 0f;
|
||||
noAttack = true;
|
||||
useAttackRange = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user