Skip to content

Commit a14c335

Browse files
author
Steve
committed
Polish Verglas config labels
1 parent 42be41e commit a14c335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/ConfigOptions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ Huge sets the radius to 11.
11721172
{ var = "conditionKilledLast3Seconds", type = "check", label = "Have you Killed in the last 3 Seconds?", ifCond = "KilledLast3Seconds", implyCond = "KilledRecently", tooltip = "This also implies that you have Killed Recently.", apply = function(val, modList, enemyModList)
11731173
modList:NewMod("Condition:KilledLast3Seconds", "FLAG", true, "Config", { type = "Condition", var = "Combat" })
11741174
end },
1175-
{ var = "conditionDestroyedIceCrystalPast6Seconds", type = "check", label = "Destroyed an Ice Crystal in past 6s?", ifCond = "DestroyedIceCrystalPast6Seconds", apply = function(val, modList, enemyModList)
1175+
{ var = "conditionDestroyedIceCrystalPast6Seconds", type = "check", label = "Ice Crystal destroyed (past 6s)?", ifCond = "DestroyedIceCrystalPast6Seconds", apply = function(val, modList, enemyModList)
11761176
modList:NewMod("Condition:DestroyedIceCrystalPast6Seconds", "FLAG", true, "Config", { type = "Condition", var = "Combat" })
11771177
end },
11781178
{ var = "multiplierDestroyedIceCrystalLife", type = "count", label = "Ice Crystal Life override:", ifOption = "conditionDestroyedIceCrystalPast6Seconds", ifMult = "DestroyedIceCrystalLife", tooltip = "Automatically uses the highest maximum Life from enabled Ice Crystal skills.\nEnter a value to override it for another Ice Crystal source.", apply = function(val, modList, enemyModList)

0 commit comments

Comments
 (0)