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

multiply does not make creatures share their _MO. it's BAD !

git-svn-id: http://svn.net-core.org/repos/t-engine4@2206 51575b47-30f0-44d4-a5cc-537603b46e54
parent 372c1f74
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ newTalent{
a.exp_worth = 0.1
a.inven = {}
a.x, a.y = nil, nil
a._mo = nil
if a.can_multiply <= 0 then a:unlearnTalent(t.id) end
print("[MULTIPLY]", x, y, "::", game.level.map(x,y,Map.ACTOR))
......@@ -326,7 +327,7 @@ newTalent{
m.summoner = self
m.summon_time = filter.lastfor
m.faction = self.faction
m.faction = self.faction
game.zone:addEntity(game.level, m, "actor", x, y)
......
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