Commit f0186d71 authored by Tachibana's avatar Tachibana

1145141919810

parent 3c8a8dcd
Pipeline #15181 passed with stages
in 43 minutes and 38 seconds
......@@ -15,7 +15,7 @@ function c12895001.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,1))
e2:SetCategory(CATEGORY_REMOVE)
e2:SetType(EFFECT_TYPE_TRIGGER_F)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetCode(EVENT_BATTLED)
e2:SetCondition(cm.rmcon)
e2:SetTarget(cm.rmtg)
......
......@@ -56,8 +56,6 @@ end
function cm.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.NegateAttack() then
Duel.SkipPhase(1-tp,PHASE_BATTLE,RESET_PHASE+PHASE_BATTLE_STEP,1)
Duel.BreakEffect()
Duel.Draw(tp,1,REASON_EFFECT)
end
end
--效果1
......
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