Commit 426e499b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12048004.lua

parent 56e370aa
......@@ -14,9 +14,7 @@ function cm.initial_effect(c)
--handeffect
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,1))
e2:SetCategory(CATEGORY_DRAW)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetHintTiming(0,TIMING_STANDBY_PHASE)
e2:SetRange(LOCATION_HAND)
e2:SetCountLimit(2,m+100)
......@@ -85,4 +83,4 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
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