Put these arguments the right way round
This commit is contained in:
@@ -46,7 +46,7 @@ public class ArcaneJammer extends SpellRay {
|
||||
}
|
||||
|
||||
public ArcaneJammer(){
|
||||
super("arcane_jammer", false, SpellActions.POINT);
|
||||
super("arcane_jammer", SpellActions.POINT, false);
|
||||
this.soundValues(0.7f, 1, 0.4f);
|
||||
this.addProperties(EFFECT_DURATION, EFFECT_STRENGTH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user