mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-05 16:37:38 +07:00
Fixed regression introduced in #5361
This commit is contained in:
parent
95da46bfa2
commit
28203ca6e9
@ -407,10 +407,10 @@ public class BulletType extends Content implements Cloneable{
|
|||||||
if(status == StatusEffects.none){
|
if(status == StatusEffects.none){
|
||||||
status = StatusEffects.shocked;
|
status = StatusEffects.shocked;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if(lightningType == null){
|
if(lightningType == null){
|
||||||
lightningType = !collidesAir ? Bullets.damageLightningGround : Bullets.damageLightning;
|
lightningType = !collidesAir ? Bullets.damageLightningGround : Bullets.damageLightning;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user