Commit d89f4db5 authored by Chen Bill's avatar Chen Bill

fix オシリスの天空竜

parent 27891f1a
...@@ -100,8 +100,8 @@ function c10000020.atkfilter(c,tp) ...@@ -100,8 +100,8 @@ function c10000020.atkfilter(c,tp)
return c:IsControler(tp) and c:IsPosition(POS_FACEUP_ATTACK) return c:IsControler(tp) and c:IsPosition(POS_FACEUP_ATTACK)
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,e:GetHandler(),1-tp) end
local g=eg:Filter(c10000020.atkfilter,nil,1-tp) local g=eg:Filter(c10000020.atkfilter,e:GetHandler(),1-tp)
Duel.SetTargetCard(g) 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)
......
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