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

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@6781 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4d41dd3f
No related branches found
No related tags found
No related merge requests found
......@@ -689,10 +689,12 @@ newTalent{
-- Find an actor with that filter
local m = false
local no_inven = true
local list = mod.class.NPC:loadList("/data/general/npcs/horror.lua")
if self.is_akgishil and rng.percent(10) and not self.summoned_distort then
m = list.DISTORTED_BLADE:clone()
self.summoned_distort=1
no_inven = false
else
m = list.ANIMATED_BLADE:clone()
end
......@@ -700,7 +702,7 @@ newTalent{
m.exp_worth = 0
m:resolve()
m:resolve(nil, true)
m:forgetInven(m.INVEN_INVEN)
if no_inven then m:forgetInven(m.INVEN_INVEN) end
m.summoner = self
m.summon_time = 1000
......
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