Skip to content

Commit

Permalink
chore(KillAura/FightBot): increase opponent range
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Feb 24, 2025
1 parent fddbe3d commit b9382de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data class CombatTarget(
*/
object KillAuraFightBot : NavigationBaseConfigurable<CombatContext>(ModuleKillAura, "FightBot", false) {

private val opponentRange by float("OpponentRange", 3f, 0.1f..5f)
private val opponentRange by float("OpponentRange", 3f, 0.1f..10f)
private val dangerousYawDiff by float("DangerousYaw", 55f, 0f..90f, suffix = "°")
private val runawayOnCooldown by boolean("RunawayOnCooldown", true)

Expand Down

0 comments on commit b9382de

Please sign in to comment.