mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ba9bc472e8
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public class RepairFieldAbility extends Ability{
|
|||
|
||||
Units.nearby(unit.team, unit.x, unit.y, range, other -> {
|
||||
if(other.damaged()){
|
||||
healEffect.at(unit);
|
||||
healEffect.at(other);
|
||||
wasHealed = true;
|
||||
}
|
||||
other.heal(amount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue