This commit is contained in:
Leonwang4234 2020-10-02 18:27:33 -07:00
parent 39e956c934
commit 5aa0ce97b8

View file

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