Fixed #7193
This commit is contained in:
@@ -162,6 +162,7 @@ public class RepairBeamWeapon extends Weapon{
|
||||
|
||||
HealBeamMount heal = (HealBeamMount)mount;
|
||||
|
||||
if(unit.canShoot()){
|
||||
float
|
||||
weaponRotation = unit.rotation - 90,
|
||||
wx = unit.x + Angles.trnsx(weaponRotation, x, y),
|
||||
@@ -173,6 +174,7 @@ public class RepairBeamWeapon extends Weapon{
|
||||
laser, laserEnd, laserTop, laserTopEnd);
|
||||
Draw.z(z);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void init(){
|
||||
|
||||
Reference in New Issue
Block a user