Merge pull request #430 from Simplicitee/master

Fix boolean in FireBlast
This commit is contained in:
OmniCypher 2016-02-27 10:34:58 -08:00
commit 15fe8ad2ae

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);