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

Can not give items to escorts

git-svn-id: http://svn.net-core.org/repos/t-engine4@6402 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1eaa4b57
No related branches found
No related tags found
No related merge requests found
......@@ -355,6 +355,7 @@ on_grant = function(self, who)
self.kind.actor.faction = who.faction
self.kind.actor.summoner = who
self.kind.actor.quest_id = self.id
self.kind.actor.no_inventory_access = true
self.kind.actor.escort_quest = true
self.kind.actor.remove_from_party_on_death = true
self.kind.actor.on_die = function(self, who)
......
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