Commit f69a4ce4 authored by mercury233's avatar mercury233

fix ソドレミコード・グレーシア

parent 256b30e1
...@@ -96,7 +96,7 @@ end ...@@ -96,7 +96,7 @@ end
function c91598270.actcon(e) function c91598270.actcon(e)
local a=Duel.GetAttacker() local a=Duel.GetAttacker()
local tp=e:GetHandlerPlayer() local tp=e:GetHandlerPlayer()
return a:IsControler(tp) and a:IsSetCard(0x162) and a:IsType(TYPE_PENDULUM) return a and a:IsControler(tp) and a:IsSetCard(0x162) and a:IsType(TYPE_PENDULUM)
and Duel.IsExistingMatchingCard(c91598270.pfilter,tp,LOCATION_PZONE,0,1,nil) and Duel.IsExistingMatchingCard(c91598270.pfilter,tp,LOCATION_PZONE,0,1,nil)
end end
function c91598270.aclimit(e,re,tp) function c91598270.aclimit(e,re,tp)
......
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