Skip to content

Commit

Permalink
Correction of the message that is displayed when using a item in the …
Browse files Browse the repository at this point in the history
…shrine (opentibiabr#2533)
  • Loading branch information
DouglasSMartins authored Apr 27, 2021
1 parent 325a61e commit 527d5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/actions/other/gems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function gems.onUse(player, item, fromPosition, target, toPosition, isHotkey)
return true
end
else
player:say("When the time comes, 'small amethysts' will be accepted at this shrine.")
player:say("When the time comes, '" ..item:getName() .. "' will be accepted at this shrine.")
return true
end
end
Expand Down

0 comments on commit 527d5da

Please sign in to comment.