Commit 37195de2 authored by mercury233's avatar mercury233 Committed by GitHub

fix オシリスの天空竜

parent b10b32c8
...@@ -101,10 +101,11 @@ function c10000020.atkfilter(c,tp) ...@@ -101,10 +101,11 @@ function c10000020.atkfilter(c,tp)
end end
function c10000020.atktg(e,tp,eg,ep,ev,re,r,rp,chk) function c10000020.atktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return eg:IsExists(c10000020.atkfilter,1,nil,1-tp) end if chk==0 then return eg:IsExists(c10000020.atkfilter,1,nil,1-tp) end
Duel.SetTargetCard(eg) local g=eg:Filter(c10000020.atkfilter,nil,1-tp)
Duel.SetTargetCard(g)
end end
function c10000020.atkop(e,tp,eg,ep,ev,re,r,rp) function c10000020.atkop(e,tp,eg,ep,ev,re,r,rp)
local g=eg:Filter(Card.IsRelateToEffect,nil,e):Filter(Card.IsFaceup,nil) local g=Duel.GetTargetsRelateToChain():Filter(Card.IsFaceup,nil)
local dg=Group.CreateGroup() local dg=Group.CreateGroup()
local c=e:GetHandler() local c=e:GetHandler()
local tc=g:GetFirst() local tc=g:GetFirst()
......
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