From dcc6901548ad258176ffc8983db535633a629b4e Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 8 May 2016 00:08:51 +0200 Subject: [PATCH] Fix a word :/ --- mods/mff/mff_quests/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mff/mff_quests/init.lua b/mods/mff/mff_quests/init.lua index 0f2fa3a6..0274194f 100755 --- a/mods/mff/mff_quests/init.lua +++ b/mods/mff/mff_quests/init.lua @@ -16,7 +16,7 @@ mff.quests.quests = { tasks = { diggy = { title = "Dig 100 stone", - description = "Old man : Show me you can dig through stone, and I will reward you.", + description = "Old man : Sbhow me you can dig through stone, and I will reward you.", max = 100, objective = { dig = {"default:stone"} @@ -53,7 +53,7 @@ mff.quests.quests = { tasks = { diggy = { title = "Dig 10 diamonds", - description = "Masamune, the Blachsmith : Hello little adventurer. Aaarrh, I hate diamonds ! I work only with strong materials, dig diamonds and I will reward you with my favorite mineral", + description = "Masamune, the Blacksmith : Hello little adventurer. Aaarrh, I hate diamonds ! I work only with strong materials, dig diamonds and I will reward you with my favorite mineral", max = 5, objective = { dig = {"default:stone_with_diamond"}