mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
parent
90dc291b66
commit
73bde0d3af
@ -68,7 +68,7 @@ public class RepairTower extends Block{
|
||||
if(efficiency > 0){
|
||||
for(var target : targets){
|
||||
if(target.damaged()){
|
||||
target.heal(healAmount * efficiency);
|
||||
target.heal(healAmount * edelta());
|
||||
any = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user