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.
This commit is contained in:
Alexand(er|ra) Yst 2020-06-16 07:47:41 +00:00
parent c7b60be880
commit 4e8d175714
1 changed files with 2 additions and 2 deletions

View File

@ -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",