Put these arguments the right way round

This commit is contained in:
Electroblob77
2020-06-20 21:50:12 +01:00
parent c6a3f090cd
commit f2de40e096
46 changed files with 51 additions and 50 deletions
@@ -22,7 +22,7 @@ public class Whirlwind extends SpellRay {
public static final String REPULSION_VELOCITY = "repulsion_velocity";
public Whirlwind(){
super("whirlwind", false, SpellActions.POINT);
super("whirlwind", SpellActions.POINT, false);
this.soundValues(0.8f, 0.7f, 0.2f);
addProperties(REPULSION_VELOCITY);
}