Skip to content
Snippets Groups Projects
Commit cb26801e authored by Lisa Greene's avatar Lisa Greene
Browse files

fix

parent 4e91eb3b
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ newEntity{ base = "BASE_NPC_SPIDER", define_as = "WEAVER_QUEEN",
require("engine.ui.Dialog"):simplePopup(_t"Weaver Queen", _t"As you vanquish the queen you notice a temporal thread that seems to have been controlling her. It seems to go through a rift.")
local g = game.zone:makeEntityByName(game.level, "terrain", "RIFT_HOME")
local oe = game.level.map(npc.x, npc.y, engine.Map.TERRAIN)
local oe = game.level.map(self.x, self.y, engine.Map.TERRAIN)
if oe:attr("temporary") and oe.old_feat then
oe.old_feat = g
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