Add damage property to frost axe spell, fixes #322

This commit is contained in:
Electroblob77
2019-12-16 12:33:48 +00:00
parent 74345d0c3b
commit c7ccc37dca
3 changed files with 10 additions and 1 deletions
@@ -11,6 +11,7 @@ public class FrostAxe extends SpellConjuration {
public FrostAxe(){
super("frost_axe", WizardryItems.frost_axe);
addProperties(DAMAGE);
}
@Override