Skip to content
Snippets Groups Projects
Commit 321bd3f7 authored by dg's avatar dg
Browse files

pop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2941 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7764f0e4
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ If used near a portal it could probably activate it.]],
who:setQuestStatus("east-portal", engine.Quest.COMPLETED, "tricked-demon")
local orb = who:findInAllInventoriesBy("define_as", "ORB_MANY_WAYS_DEMON")
if orb then orb.name = "Demonic Orb of Many Ways" end
require("engine.ui.Dialog"):simplePopup("Demonic Orb of Many Ways", "It felt nothing like your previous uses of the Orb of Many Ways. Tannen must have switched the Orb out for a fake!")
end,
}
else
......
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