From 4e8d17571413f1d712b8dc69591a485b97f6214e Mon Sep 17 00:00:00 2001 From: "Alexand(er|ra) Yst" Date: Tue, 16 Jun 2020 07:47:41 +0000 Subject: [PATCH] Fixed a couple typos. - The Mesecons-related award claimed to be awarded when placing mesecon wires, but instead was coded to be awarded when placing pipes from Pipeworks. Fixed code to match description. - The Basic-Materials-related award claimed to require crafting flint and steel one hundred times, but instead was coded to require crafting oil extract five hundred times. Fixed description to match code. --- src/awards.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/awards.lua b/src/awards.lua index a1500ca..2e88de3 100644 --- a/src/awards.lua +++ b/src/awards.lua @@ -1090,7 +1090,7 @@ if minetest.get_modpath("mesecons") then difficulty = 0.2, trigger = { type = "place", - node = "pipeworks:tube_1", + node = "mesecons:wire_00000000_off", target = 500, } }) @@ -1099,7 +1099,7 @@ end if minetest.get_modpath("basic_materials") then awards.register_award("awards_oil", { title = S("Oil Typhoon"), - description = S("Craft 100 times flint and steel."), + description = S("Craft 500 times oil extract."), trigger = { type = "craft",