Skip to content

Commit

Permalink
tweak: buff substitution range to 70 blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed May 5, 2022
1 parent ea16168 commit 85f7a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class SubstitutionJutsuAbility extends Ability implements Ability.Channeled {

public static int MAX_MARKER_DISTANCE = 40;
public static int MAX_MARKER_DISTANCE = 70;

@Override
public ActivationType activationType() {
Expand Down

0 comments on commit 85f7a75

Please sign in to comment.