Skip to content

Commit

Permalink
add "since" attribute for new safe dash feature
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Feb 11, 2025
1 parent f57ca5b commit 1e34ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/ActionTweaks/ActionTweaksConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ public enum GroundTargetingMode
[PropertyDisplay("Automatic target selection for ground-targeted abilities")]
public GroundTargetingMode GTMode = GroundTargetingMode.Manual;

[PropertyDisplay("Try to prevent dashing into AOEs", tooltip: "Prevent automatic use of damaging gap closers (like WAR Onslaught) if they would move you into a dangerous area. May not work as expected in instances that do not have modules.")]
[PropertyDisplay("Try to prevent dashing into AOEs", tooltip: "Prevent automatic use of damaging gap closers (like WAR Onslaught) if they would move you into a dangerous area. May not work as expected in instances that do not have modules.", since: "0.0.0.290")]
public bool PreventDangerousDash = false;
}

0 comments on commit 1e34ed3

Please sign in to comment.