Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2020-11-29 16:34:35 -05:00
commit ba9bc472e8

View file

@ -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);