Commit 712bb39f authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12056001.lua

parent 53cd209e
......@@ -52,7 +52,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e4)
end
function cm.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsCanRemoveCounter(tp,1,0,0x1fb0,1,REASON_COST) end
if chk==0 then return Duel.IsCanRemoveCounter(tp,1,1,0x1fb0,1,REASON_COST) end
Duel.RemoveCounter(tp,1,1,0x1fb0,1,REASON_COST)
end
function cm.thfilter1(c)
......
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