mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-21 04:50:59 -07:00
fix
This commit is contained in:
parent
39e956c934
commit
5aa0ce97b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue