mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 19:27:54 +07:00
Fixed #7193
This commit is contained in:
parent
7680b4e0c5
commit
2c6b2a6fa9
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user