Fix boolean in FireBlast

- The isFireBurst boolean was never set to false for normal fireblast
This commit is contained in:
Benford 2016-02-27 12:47:19 -05:00
parent 5513477ec9
commit 6b345c7c2e

View file

@ -78,6 +78,7 @@ public class FireBlast extends FireAbility {
}
setFields();
this.isFireBurst = false;
this.damage = getDayFactor(getConfig().getDouble("Abilities.Fire.FireBlast.Damage"));
this.safeBlocks = new ArrayList<>();
this.range = getDayFactor(this.range);