mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Update BulletType.java
This commit is contained in:
parent
e53a1d0472
commit
60d5048140
1 changed files with 1 additions and 4 deletions
|
|
@ -145,10 +145,7 @@ public abstract class BulletType extends Content{
|
|||
|
||||
public void hitTile(Bullet b, Building tile, float initialHealth){
|
||||
if(status == StatusEffects.burning) {
|
||||
Tile buildTile = world.tileWorld(tile.x, tile.y);
|
||||
if(buildTile != null){
|
||||
Fires.create(buildTile);
|
||||
}
|
||||
Fires.create(tile.tile);
|
||||
}
|
||||
hit(b);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue