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

Scintillating Caves and Rhaloren Camp wont give the shaloren starting quest if...

Scintillating Caves and Rhaloren Camp wont give the shaloren starting quest if you do not have it (cosmetic change)


git-svn-id: http://svn.net-core.org/repos/t-engine4@3301 51575b47-30f0-44d4-a5cc-537603b46e54
parent c29d3875
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ newEntity{ define_as = "INQUISITOR",
ai = "tactical", ai_state = { talent_in=2, ai_move="move_astar", },
on_die = function(self, who)
game.player:resolveSource():grantQuest("start-shaloren")
game.player:resolveSource():setQuestStatus("start-shaloren", engine.Quest.COMPLETED, "rhaloren")
end,
}
......@@ -60,7 +60,6 @@ newEntity{ base="BASE_NPC_CRYSTAL", define_as = "SPELLBLAZE_CRYSTAL",
ai_tactic = resolvers.tactic"ranged",
on_die = function(self, who)
game.player:resolveSource():grantQuest("start-shaloren")
game.player:resolveSource():setQuestStatus("start-shaloren", engine.Quest.COMPLETED, "spellblaze")
end,
}
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