Commit 794bd0ce authored by Amiya's avatar Amiya

修复

parent eab4545e
......@@ -75,7 +75,7 @@ function s.eaop(e,tp,eg,ep,ev,re,r,rp)
end
function s.actcon(e)
local a=Duel.GetAttacker()
return a:IsSetCard(0x10af) and a:IsControler(e:GetHandlerPlayer())
return a~=nil and a:IsSetCard(0x10af) and a:IsControler(e:GetHandlerPlayer())
end
function s.thfilter(c)
return c:IsFaceupEx() and c:IsSetCard(0xaf)
......
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