Commit 0809cfae authored by TanakaKotoha's avatar TanakaKotoha

fix redtext

parent 4cd594dd
...@@ -22,6 +22,7 @@ function c33350019.initial_effect(c) ...@@ -22,6 +22,7 @@ function c33350019.initial_effect(c)
e21:SetCode(EVENT_TO_GRAVE) e21:SetCode(EVENT_TO_GRAVE)
e21:SetCondition(c33350019.spcon) e21:SetCondition(c33350019.spcon)
e21:SetTarget(c33350019.sptg) e21:SetTarget(c33350019.sptg)
e21:SetCountLimit(1,33350056)
e21:SetOperation(c33350019.spop) e21:SetOperation(c33350019.spop)
c:RegisterEffect(e21) c:RegisterEffect(e21)
--destroy --destroy
......
...@@ -23,6 +23,9 @@ function cm.tgop(e,tp) ...@@ -23,6 +23,9 @@ function cm.tgop(e,tp)
Duel.Remove(tc,POS_FACEUP,REASON_RULE) Duel.Remove(tc,POS_FACEUP,REASON_RULE)
else else
Duel.ChangePosition(tc,POS_FACEDOWN_DEFENSE) Duel.ChangePosition(tc,POS_FACEDOWN_DEFENSE)
if tc:IsFaceup() then
Duel.Remove(tc,POS_FACEUP,REASON_RULE)
end
end end
end end
function cm.fun(g,e,tp) function cm.fun(g,e,tp)
......
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