Fixed regression introduced in #5361
This commit is contained in:
@@ -407,12 +407,12 @@ 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ContentType getContentType(){
|
public ContentType getContentType(){
|
||||||
|
|||||||
Reference in New Issue
Block a user