Commit a6187d40 authored by Amiya's avatar Amiya

修复

parent 8ed15a29
Pipeline #30197 passed with stages
in 2 minutes and 39 seconds
......@@ -21,7 +21,6 @@ function s.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,id+o)
e2:SetCost(s.atkcost)
e2:SetTarget(s.atktg)
e2:SetOperation(s.atkop)
c:RegisterEffect(e2)
end
......@@ -52,10 +51,6 @@ function s.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(1)
end
end
function s.spop(e,tp,eg,ep,ev,re,r,rp,c)
local g=e:GetLabelObject()
Duel.Release(g,REASON_SPSUMMON)
end
function s.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and c:IsFaceup() then
......
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