diff --git a/data/scripts/actions/other/gems.lua b/data/scripts/actions/other/gems.lua index f739c2b59d..b0522adeb1 100644 --- a/data/scripts/actions/other/gems.lua +++ b/data/scripts/actions/other/gems.lua @@ -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