Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2024
1 parent 434ace2 commit 896c658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-canary/scripts/actions/objects/world_board.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ for index, value in pairs(scriptConfig.registerPositions) do
end
worldBoard:register()
]]
]]
3 changes: 2 additions & 1 deletion data/scripts/talkactions/god/add_skill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ local skillMap = {
shield = SKILL_SHIELD,
fishing = SKILL_FISHING,
--[[woodcutting = SKILL_WOODCUTTING,
mining = SKILL_MINING,]] --XXXXX NOT WORKING ON NEW SKILLS?
mining = SKILL_MINING,]]
--XXXXX NOT WORKING ON NEW SKILLS?
}

local function getSkillId(skillName)
Expand Down

0 comments on commit 896c658

Please sign in to comment.