Fix new quests rewards

This commit is contained in:
Ombridride 2016-06-15 23:38:17 +02:00 committed by GitHub
parent 6efa75649a
commit c89caa1def
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ mff.quests.quests = {
},
still_testing_quests3 = {
title = "Shiny diamonds",
description = "DAILY QUEST!\nGet two mithril ingot at the end!",
description = "DAILY QUEST!\nGet one mithril ingot at the end!",
repeating = 60*60*24,
awards = {
["default:mithril_ingot"] = 2
["default:mithril_ingot"] = 1
},
tasks = {
diggy = {
@ -81,10 +81,10 @@ mff.quests.quests = {
},
still_testing_quests5 = {
title = "Great miner",
description = "DAILY QUEST!\nGet one mithril pickaxe at the end!",
description = "DAILY QUEST!\nGet two mithril ingot at the end!",
repeating = 60*60*24,
awards = {
["default:pick_mithril"] = 1
["default:mithril_ingot"] = 2
},
tasks = {
diggy = {