Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Corlyone committed May 28, 2023
1 parent ba2dc4f commit d0353fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ then replace for:
local Constants = dofile(DATA_DIRECTORY .. '/scripts/magic_roulette/lib/core/constants.lua')

function onRouletteLook(thing, position, distance, description)
if thing:getName() == Constants.ROULETTE_DUMMY_NAME then
if thing:getName():lower() == Constants.ROULETTE_DUMMY_NAME then
local item = ItemType(thing:getOutfit().lookTypeEx)

return ('You see %s.\n%s'):format(
Expand Down

0 comments on commit d0353fb

Please sign in to comment.