Commit 82b061d7 authored by mercury233's avatar mercury233 Committed by GitHub

fix No.2 蚊学忍者シャドー・モスキート

parent d7df47b5
...@@ -30,7 +30,7 @@ function c32453837.initial_effect(c) ...@@ -30,7 +30,7 @@ function c32453837.initial_effect(c)
e4:SetOperation(c32453837.ctop) e4:SetOperation(c32453837.ctop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
c32453837.xyz_number=2 aux.xyz_number[32453837]=2
function c32453837.filter(c) function c32453837.filter(c)
return c:GetCounter(0x1063)>0 and c:IsFaceup() return c:GetCounter(0x1063)>0 and c:IsFaceup()
end end
...@@ -88,4 +88,4 @@ function c32453837.ctop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,4 +88,4 @@ function c32453837.ctop(e,tp,eg,ep,ev,re,r,rp)
end end
function c32453837.ctcon(e) function c32453837.ctcon(e)
return e:GetHandler():GetCounter(0x1063)>0 return e:GetHandler():GetCounter(0x1063)>0
end end
\ No newline at end of file
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