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) ...@@ -52,7 +52,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function cm.thcost(e,tp,eg,ep,ev,re,r,rp,chk) 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) Duel.RemoveCounter(tp,1,1,0x1fb0,1,REASON_COST)
end end
function cm.thfilter1(c) function cm.thfilter1(c)
...@@ -95,4 +95,4 @@ function cm.ctop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -95,4 +95,4 @@ function cm.ctop2(e,tp,eg,ep,ev,re,r,rp)
local sg=g:Select(tp,1,1,nil) local sg=g:Select(tp,1,1,nil)
sg:GetFirst():AddCounter(0x1fb0,1) sg:GetFirst():AddCounter(0x1fb0,1)
end end
end end
\ No newline at end of file
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