Add damage property to frost axe spell, fixes #322
This commit is contained in:
@@ -11,6 +11,7 @@ public class FrostAxe extends SpellConjuration {
|
||||
|
||||
public FrostAxe(){
|
||||
super("frost_axe", WizardryItems.frost_axe);
|
||||
addProperties(DAMAGE);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user