diff --git a/src/com/garbagemule/MobArena/waves/ability/core/RootTarget.java b/src/com/garbagemule/MobArena/waves/ability/core/RootTarget.java index dcc9fcc..d321719 100644 --- a/src/com/garbagemule/MobArena/waves/ability/core/RootTarget.java +++ b/src/com/garbagemule/MobArena/waves/ability/core/RootTarget.java @@ -36,13 +36,13 @@ public class RootTarget implements Ability * How many times the player will be warped back to his original position. * Must be greater than 0. */ - private final int ITERATIONS = 5; + private final int ITERATIONS = 30; /** * How many server ticks between each iteration of * Must be greater than 0. */ - private final int TICKS = 5; + private final int TICKS = 1; @Override public void execute(Arena arena, MABoss boss) {