(again)
This commit is contained in:
Leonwang4234
2020-10-02 18:28:36 -07:00
parent 5aa0ce97b8
commit ca70b9c705

View File

@@ -191,7 +191,7 @@ public abstract class BulletType extends Content{
}
if(status == StatusEffects.burning) {
indexer.eachBlock(null, x, y, splashDamageRadius, other -> other.team != team, other -> {
indexer.eachBlock(null, x, y, splashDamageRadius, other -> other.team != b.team, other -> {
Damage.createIncend(x, y, damage / 10f, (int)damage / 10);
});
}