Commit 41760b5a authored by Chen Bill's avatar Chen Bill

fix フェニックス・ギア・ブレード

parent 2cc0940f
...@@ -50,7 +50,7 @@ function s.initial_effect(c) ...@@ -50,7 +50,7 @@ function s.initial_effect(c)
c:RegisterEffect(e6) c:RegisterEffect(e6)
end end
function s.filter(c) function s.filter(c)
return c:IsFaceup() and s.eqlim(_,c) return c:IsFaceup() and s.eqlim(nil,c)
end end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and s.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and s.filter(chkc) end
......
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