Commit b007d958 authored by mercury233's avatar mercury233 Committed by GitHub

fix ウィッチクラフト・コラボレーション

parent 7c6a17fb
......@@ -63,7 +63,7 @@ function c10805153.aclimit(e,re,tp)
return re:GetHandler():IsType(TYPE_SPELL+TYPE_TRAP) and re:IsHasType(EFFECT_TYPE_ACTIVATE)
end
function c10805153.actcon(e)
return Duel.GetAttacker()==e:GetHandler() or Duel.GetAttackTarget()==e:GetHandler()
return Duel.GetAttacker()==e:GetHandler()
end
function c10805153.rccfilter(c)
return c:IsFaceup() and c:IsSetCard(0x128)
......
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