mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-13 22:30:16 +01:00
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:
parent
c7b60be880
commit
4e8d175714
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user