Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Dec 29, 2022
1 parent 0596468 commit 627839d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tullaRange/tullaRange.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ local function actionButton_GetState(button)
if isUsable then
if IsActionInRange(action) == false then
return "oor"
else
return "normal"
end
elseif notEnoughMana then
return "oom"
else
return "unusuable"
return "unusable"
end
end

Expand Down

0 comments on commit 627839d

Please sign in to comment.