update guide with some Primordial teasers

This commit is contained in:
FaceDeer
2020-01-26 22:36:44 -07:00
parent 6b41029b84
commit 41b512dc47
9 changed files with 47 additions and 23 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: dfcaverns module's Italian locale\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-25 13:52-0700\n"
"POT-Creation-Date: 2020-01-26 21:11-0700\n"
"PO-Revision-Date: 2017-08-17 23:01+0100\n"
"Last-Translator: H4mlet <h4mlet@riseup.net>\n"
"Language-Team: ITALIANO\n"
@ -97,23 +97,23 @@ msgstr ""
msgid "Active Slade Breacher"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:336
msgid "A breach in the Slade"
#: df_underworld_items\puzzle_seal.lua:340
msgid "Breach in the Slade"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:347
#: df_underworld_items\puzzle_seal.lua:351
msgid "Inscribed Slade Block"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:370
#: df_underworld_items\puzzle_seal.lua:374
msgid "Slade Capstone"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:439
#: df_underworld_items\puzzle_seal.lua:443
msgid "Slade Block Stair"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:440
#: df_underworld_items\puzzle_seal.lua:444
msgid "Slade Block Slab"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-25 13:52-0700\n"
"POT-Creation-Date: 2020-01-26 21:11-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -96,23 +96,23 @@ msgstr ""
msgid "Active Slade Breacher"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:336
msgid "A breach in the Slade"
#: df_underworld_items\puzzle_seal.lua:340
msgid "Breach in the Slade"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:347
#: df_underworld_items\puzzle_seal.lua:351
msgid "Inscribed Slade Block"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:370
#: df_underworld_items\puzzle_seal.lua:374
msgid "Slade Capstone"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:439
#: df_underworld_items\puzzle_seal.lua:443
msgid "Slade Block Stair"
msgstr ""
#: df_underworld_items\puzzle_seal.lua:440
#: df_underworld_items\puzzle_seal.lua:444
msgid "Slade Block Slab"
msgstr ""

View File

@ -337,7 +337,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
local pos = minetest.string_to_pos(pos_string)
if test_key(pos) then
if named_waypoints_path then
named_waypoints.update_waypoint("puzzle_seals", pos, {name=S("A breach in the Slade")})
named_waypoints.update_waypoint("puzzle_seals", pos, {name=S("Breach in the Slade"), color=0xFA264F})
end
minetest.set_node(pos, {name="df_underworld_items:digging_seal", param2 = math.random(1,4)-1})
minetest.get_node_timer(pos):start(4)