Skip to content
Snippets Groups Projects
Commit 0129a58a authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6194 51575b47-30f0-44d4-a5cc-537603b46e54
parent 73f1f1f9
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ defineTile(" ", "OLD_FLOOR", nil, {random_filter={random_elite={name_scheme="#rn
local spot = game.level:pickSpotRemove{type="portal", subtype="portal"}
if spot then
game.level.map(spot.x, spot.y, engine.Map.TERRAIN).orb_allowed = true
require("engine.ui.Dialog"):simplePopup("Guardian", "You can ear a magical trigger firing off.")
require("engine.ui.Dialog"):simplePopup("Guardian", "You can hear a magical trigger firing off.")
end
end}, add_levels=5}})
......
......@@ -32,7 +32,7 @@ desc = function(self, who)
desc[#desc+1] = "#LIGHT_GREEN#* You have activated what seems to be a ... butler? with your rod of recall.#WHITE#"
end
if self:isCompleted("transmo-chest") then
desc[#desc+1] = "#LIGHT_GREEN#* You have bound the transmogrification chest to the Fortress pwoer system.#WHITE#"
desc[#desc+1] = "#LIGHT_GREEN#* You have bound the transmogrification chest to the Fortress power system.#WHITE#"
end
if self:isCompleted("transmo-chest-extract-gems") then
desc[#desc+1] = "#LIGHT_GREEN#* You have upgraded the transmogrification chest to automatically transmute metallic items into gems before transmogrifying them.#WHITE#"
......
......@@ -51,7 +51,7 @@ newEntity{
-- meadow starts the quest
who:grantQuest("keepsake")
who:learnLore("keepsake-meadow")
game.party:learnLore("keepsake-meadow")
end,
}
......
......@@ -157,7 +157,7 @@ newEntity{
block_move = function(self, x, y, e, act, couldpass)
if e and e.player and act then
local nb = 0
for lore, _ in pairs(profile.mod.lore.lore) do nb = nb + 1 end
if profile.mod.lore then for lore, _ in pairs(profile.mod.lore.lore) do nb = nb + 1 end end
local popup = require("engine.ui.Dialog"):simpleWaiter("Yiilkgur's Library of Lost Mysteries", "Receiving the lost knowledge of the universe...", nil, nil, nb)
core.wait.enableManualTick(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment