Skip to content

Commit

Permalink
Update glooth_fairy_lever.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano committed Dec 6, 2023
1 parent 8c4dacf commit fe6ca2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local function removeBosst(fromArea1, fromArea2, bossName)
if tile then
local monster = tile:getTopCreature()
if monster and monster:isMonster() then
if monster:getName():lower == string.lower(bossName) then
if monster:getName():lower == bossName then
monster:remove()
end
end
Expand Down

0 comments on commit fe6ca2f

Please sign in to comment.