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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2281 51575b47-30f0-44d4-a5cc-537603b46e54
parent 18ab35ea
No related branches found
No related tags found
No related merge requests found
......@@ -79,10 +79,10 @@ function checkMaxSummon(self)
end
function setupSummon(self, m)
self.unused_stats = 0
self.unused_talents = 0
self.unused_generics = 0
self.unused_talents_types = 0
m.unused_stats = 0
m.unused_talents = 0
m.unused_generics = 0
m.unused_talents_types = 0
if self.player and self:knowTalent(self.T_SUMMON_CONTROL) then
m.remove_from_party_on_death = true
game.party:addMember(m, {
......
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