Commit 1d137c00 authored by Nemo Ma's avatar Nemo Ma

Update c40006881.lua

parent 17b4a8e1
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
local m=40006881 local m=40006881
local cm=_G["c"..m] local cm=_G["c"..m]
cm.named_with_AShapeShifter=1 cm.named_with_AShapeShifter=1
function cm.AShapeShifter(c)
local m=_G["c"..c:GetCode()]
return m and m.named_with_AShapeShifter
end
function cm.initial_effect(c) function cm.initial_effect(c)
--search --search
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -59,7 +63,7 @@ function cm.ssop(e,tp,eg,ep,ev,re,r,rp) ...@@ -59,7 +63,7 @@ function cm.ssop(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.spcon2(e,tp,eg,ep,ev,re,r,rp) function cm.spcon2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return cm.AShapeShifter(c) return re and cm.AShapeShifter(re)
end end
function cm.eqfilter(c) function cm.eqfilter(c)
return c:IsRace(RACE_PSYCHO) and c:IsAttribute(ATTRIBUTE_DARK) and not c:IsForbidden() return c:IsRace(RACE_PSYCHO) and c:IsAttribute(ATTRIBUTE_DARK) and not c:IsForbidden()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment