Commit 6fb37e76 authored by wind2009's avatar wind2009

Fix 銀河眼の辉光子竜

parent 7ad4a79c
Pipeline #43742 passed with stages
in 1 minute and 54 seconds
...@@ -29,7 +29,7 @@ function s.initial_effect(c) ...@@ -29,7 +29,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.rfilter(c,tp) function s.rfilter(c,tp)
return (c:IsControler(tp) or c:IsFaceup()) and c:IsAttackAbove(2000) return c:IsFaceup() and c:IsAttackAbove(2000)
and c:IsReleasable(REASON_SPSUMMON) and c:IsReleasable(REASON_SPSUMMON)
end end
function s.fselect(g,tp) function s.fselect(g,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