Commit e3349449 authored by wind2009's avatar wind2009

Fix 鋼鉄の大魔人ゴルゴイル

parent 988d1371
......@@ -39,8 +39,7 @@ end
function s.spcon(e,tp,eg,ep,ev,re,r,rp)
local a=Duel.GetAttacker()
local d=Duel.GetAttackTarget()
if d and d:IsControler(tp) then a,d=d,a end
return a:IsRace(RACE_MACHINE+RACE_ILLUSION)
return a:IsRace(RACE_MACHINE+RACE_ILLUSION) and a:IsControler(tp) or d and d:IsRace(RACE_MACHINE+RACE_ILLUSION) and d:IsControler(tp)
end
function s.filter(c,e,tp)
return c:IsFaceupEx() and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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