Commit 2b0958f9 authored by mercury233's avatar mercury233 Committed by GitHub

fix セレマテック・クラティス

parent b88398e4
......@@ -59,8 +59,8 @@ function s.drepop(e,tp,eg,ep,ev,re,r,rp)
end
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return c:IsCanRemoveCounter(tp,0x1,1,REASON_COST) end
c:RemoveCounter(tp,0x1,1,REASON_COST)
if chk==0 then return c:IsCanRemoveCounter(tp,0x1,3,REASON_COST) end
c:RemoveCounter(tp,0x1,3,REASON_COST)
end
function s.thfilter(c)
return (c:IsType(TYPE_SPELL) or c:IsType(TYPE_EFFECT) and c:IsRace(RACE_SPELLCASTER)) and c:IsAbleToHand()
......
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