Fix shockwave not casting with no targets within range

This commit is contained in:
Electroblob77
2020-06-20 22:54:32 +01:00
parent ac4bb8bc11
commit d69b736a72
@@ -33,6 +33,7 @@ public class Shockwave extends SpellAreaEffect {
public Shockwave(){
super("shockwave", SpellActions.POINT_DOWN, false);
this.soundValues(2, 0.5f, 0);
this.alwaysSucceed(true);
addProperties(DAMAGE, MAX_REPULSION_VELOCITY);
}