Some visual tweaks
This commit is contained in:
@@ -106,6 +106,7 @@ public class MendProjector extends Block{
|
||||
|
||||
indexer.eachBlock(this, realRange, b -> b.damaged() && !b.isHealSuppressed(), other -> {
|
||||
other.heal(other.maxHealth() * (healPercent + phaseHeat * phaseBoost) / 100f * efficiency());
|
||||
other.recentlyHealed();
|
||||
Fx.healBlockFull.at(other.x, other.y, other.block.size, baseColor);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -134,6 +134,7 @@ public class RegenProjector extends Block{
|
||||
var build = world.build(entry.key);
|
||||
if(build != null){
|
||||
build.heal(entry.value);
|
||||
build.recentlyHealed();
|
||||
}
|
||||
}
|
||||
mendMap.clear();
|
||||
|
||||
Reference in New Issue
Block a user