mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-17 04:51:28 +01:00
Make root-target a littler rootier.
This commit is contained in:
parent
b0c630df36
commit
186fc498cf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user