Commit 3e20aabc authored by Amiya's avatar Amiya

修复

parent 4c00188e
Pipeline #31789 passed with stages
in 1 minute and 6 seconds
...@@ -25,6 +25,7 @@ function s.initial_effect(c) ...@@ -25,6 +25,7 @@ function s.initial_effect(c)
e2:SetOperation(s.spop2) e2:SetOperation(s.spop2)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
aux.xyz_number[id]=69
function s.ovfilter(c) function s.ovfilter(c)
return c:IsFaceup() and c:IsOriginalCodeRule(2407234) return c:IsFaceup() and c:IsOriginalCodeRule(2407234)
end end
......
...@@ -37,6 +37,7 @@ function s.initial_effect(c) ...@@ -37,6 +37,7 @@ function s.initial_effect(c)
e4:SetOperation(s.disop) e4:SetOperation(s.disop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
aux.xyz_number[id]=69
function s.codecost(e,tp,eg,ep,ev,re,r,rp,chk) function s.codecost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST) e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
......
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