Commit d84fa864 authored by Tachibana's avatar Tachibana

ybb

parent 68f4f12a
...@@ -37,7 +37,7 @@ function cm.initial_effect(c) ...@@ -37,7 +37,7 @@ function cm.initial_effect(c)
end end
function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsCanRemoveCounter(tp,0x40,3,REASON_COST) end if chk==0 then return e:GetHandler():IsCanRemoveCounter(tp,0x40,3,REASON_COST) end
c:RemoveCounter(tp,0x40,3,REASON_COST) e:GetHandler():RemoveCounter(tp,0x40,3,REASON_COST)
end end
function cm.lcheck(g) function cm.lcheck(g)
return g:IsExists(Card.IsSetCard,1,nil,0x442) return g:IsExists(Card.IsSetCard,1,nil,0x442)
......
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