mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Should Compile Now
This commit is contained in:
parent
cba2fd4351
commit
d8a06da79a
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue