@@ -68,7 +68,7 @@ public class RepairTower extends Block{
|
|||||||
if(efficiency > 0){
|
if(efficiency > 0){
|
||||||
for(var target : targets){
|
for(var target : targets){
|
||||||
if(target.damaged()){
|
if(target.damaged()){
|
||||||
target.heal(healAmount * efficiency);
|
target.heal(healAmount * edelta());
|
||||||
any = true;
|
any = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user