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 Aug 28, 2024
1 parent 65245b1 commit 4b00d63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/scripts/eventcallbacks/player/on_look.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end

local actionIdDescriptions = {
[5640] = "a honeyflower patch.",
[5641] = "a banana palm."
[5641] = "a banana palm.",
}

local function handleItemDescription(inspectedThing, lookDistance)
Expand Down Expand Up @@ -69,7 +69,6 @@ local function appendAdminDetails(descriptionText, inspectedThing, inspectedPosi
if itemDecayId ~= -1 then
descriptionText = string.format("%s\nDecays to: %d", descriptionText, itemDecayId)
end

elseif inspectedThing:isCreature() then
local healthDescription, creatureId = "%s\n%s\nHealth: %d / %d"
if inspectedThing:isPlayer() and inspectedThing:getMaxMana() > 0 then
Expand Down

0 comments on commit 4b00d63

Please sign in to comment.