Commit d620dfdb authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12040010.lua

parent f2f61691
......@@ -20,6 +20,7 @@ function cm.initial_effect(c)
e2:SetCode(EFFECT_SPSUMMON_PROC)
e2:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e2:SetRange(LOCATION_EXTRA)
e2:SetCountLimit(1,m+200)
e2:SetCondition(cm.spcon)
e2:SetOperation(cm.spop)
c:RegisterEffect(e2)
......@@ -40,7 +41,7 @@ function cm.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e4:SetCode(EVENT_REMOVE)
e4:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e4:SetCountLimit(1,m)
e4:SetCountLimit(1,m+100)
e4:SetTarget(cm.retg)
e4:SetOperation(cm.reop)
c:RegisterEffect(e4)
......@@ -84,4 +85,4 @@ function cm.reop(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(g)
Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
end
end
\ No newline at end of file
end
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