Commit 685a34ea authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12031013.lua

parent 3e636a1e
......@@ -35,6 +35,7 @@ function cm.initial_effect(c)
e4:SetCategory(CATEGORY_TOGRAVE)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e4:SetCode(EVENT_BATTLE_START)
e4:SetCountLimit(1,12031013)
e4:SetCondition(cm.descon)
e4:SetTarget(cm.destg)
e4:SetOperation(cm.desop)
......@@ -86,4 +87,4 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
if bc:IsRelateToBattle() then
Duel.SendtoGrave(bc,REASON_RULE+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