Should Compile Now
This commit is contained in:
@@ -201,6 +201,7 @@ public abstract class BulletType extends Content{
|
|||||||
indexer.eachBlock(b.team, x, y, splashDamageRadius, other -> other.damaged(), other -> {
|
indexer.eachBlock(b.team, x, y, splashDamageRadius, other -> other.damaged(), other -> {
|
||||||
Fx.healBlockFull.at(other.x, other.y, other.block.size, Pal.heal);
|
Fx.healBlockFull.at(other.x, other.y, other.block.size, Pal.heal);
|
||||||
other.heal(healPercent / 100f * other.maxHealth());
|
other.heal(healPercent / 100f * other.maxHealth());
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if(status == StatusEffects.burning) {
|
if(status == StatusEffects.burning) {
|
||||||
|
|||||||
Reference in New Issue
Block a user