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

Can not Shadow Simulacrum / Inner Demons time-summoned creatures

git-svn-id: http://svn.net-core.org/repos/t-engine4@5858 51575b47-30f0-44d4-a5cc-537603b46e54
parent e2de5c87
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,11 @@ newTalent{
return
end
if target:attr("summon_time") then
game.logPlayer(self, "Wrong target!")
return
end
allowed = 2 + math.ceil(self:getTalentLevelRaw(t) / 2 )
if target.rank >= 3.5 or -- No boss
......
......@@ -105,6 +105,7 @@ newTalent{
if not x then
return
end
if target:attr("summon_time") then return end
local m = target:clone{
shader = "shadow_simulacrum",
......
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