We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9f6f9 commit ee3fc76Copy full SHA for ee3fc76
1 file changed
src/Modules/CalcTriggers.lua
@@ -1210,7 +1210,7 @@ local configTable = {
1210
else -- Needed to get the cooldown form the active part
1211
-- Autoexertion has cooldown as part of its support part
1212
-- Not really sure which one should apply here
1213
- -- Applying the one form the active part to be consistant
+ -- Applying the one form the active part to be consistent
1214
-- with skills like Automation and Spellslinger
1215
for _, skill in ipairs(env.player.activeSkillList) do
1216
if skill.activeEffect.grantedEffect.name == "Autoexertion" then
0 commit comments