Skip to content
Snippets Groups Projects
Commit 8be1ec0d authored by DarkGod's avatar DarkGod
Browse files

Limmir will be added to the party during the quest

parent 95f894a5
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,12 @@ summon_limmir = function(self, who)
local limmir = game.zone:makeEntityByName(game.level, "actor", "LIMMIR")
limmir.limmir_target = {x=42, y=11}
limmir.limmir_target2 = {x=24, y=25}
limmir.no_inventory_access = true
limmir.remove_from_party_on_death = true
limmir.no_party_ai = true
game.zone:addEntity(game.level, limmir, "actor", 45, 1)
game.party:addMember(limmir, {type="quest", title="Limmir (Quest)", temporary_level = true})
end
ritual_end = function(self)
......
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