Should Compile Now

This commit is contained in:
Leonwang4234 2020-10-05 19:08:23 -07:00
parent cba2fd4351
commit d8a06da79a

View File

@ -201,6 +201,7 @@ public abstract class BulletType extends Content{
indexer.eachBlock(b.team, x, y, splashDamageRadius, other -> other.damaged(), other -> {
Fx.healBlockFull.at(other.x, other.y, other.block.size, Pal.heal);
other.heal(healPercent / 100f * other.maxHealth());
});
}
if(status == StatusEffects.burning) {