Skip to content

Commit a3044e0

Browse files
authored
Merge pull request #553 from jjbi123/dev
Add tooltip to clarify distance to enemy units
2 parents 041287e + 2a1c8b0 commit a3044e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/ConfigOptions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ Huge sets the radius to 11.
14141414
{ var = "skillPierceCount", type = "count", label = "# of times Skill has Pierced:", ifStat = "PiercedCount", ifFlag = "piercing", apply = function(val, modList, enemyModList)
14151415
modList:NewMod("PiercedCount", "BASE", val, "Config", { type = "Condition", var = "Effective" })
14161416
end },
1417-
{ var = "enemyDistance", type = "count", label = "Distance to enemy:", ifTagType = "DistanceRamp" },
1417+
{ var = "enemyDistance", type = "count", label = "Distance to enemy:", tooltip = "10 units equals 1 metre", ifTagType = "DistanceRamp" },
14181418
{ var = "conditionAtCloseRange", type = "check", label = "Is the enemy at Close Range?", ifCond = "AtCloseRange", apply = function(val, modList, enemyModList)
14191419
modList:NewMod("Condition:AtCloseRange", "FLAG", true, "Config", { type = "Condition", var = "Effective" })
14201420
end },

0 commit comments

Comments
 (0)