diff --git a/mods/rp_mobs_mobs/mobs/villager_speech.lua b/mods/rp_mobs_mobs/mobs/villager_speech.lua index a2988809..b03334cd 100644 --- a/mods/rp_mobs_mobs/mobs/villager_speech.lua +++ b/mods/rp_mobs_mobs/mobs/villager_speech.lua @@ -363,7 +363,7 @@ local function talk_about_item(profession, iname, name, villager_name, has_works elseif iname == "rp_default:lump_bronze" then --~ Said by villager when showing them a bronze lump. --~ Classic parody of Friedrich Schiller’s “Das Lied von der Glocke” in German: - --~ “Loch in Erde, Bronze rinn, Glocke fertig, bim, bim, bim!” + --~ “Loch in Erde, Bronze rin. Glocke fertig, bim, bim, bim!” say(S("Hole in dirt, put bronze in. Bell’s complete, bim, bim, bim!"), name, vn) elseif iname == "rp_default:apple" then say(S("Apples are so tasty!"), name, vn)