Commit ea35de97 authored by Tachibana's avatar Tachibana

rar

parent bbc12b70
Pipeline #3603 passed with stages
in 34 minutes and 26 seconds
......@@ -41,7 +41,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e4)
end
function cm.thfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsCanAddCounter(0x7f3) and Duel.IsCanAddCounter(tp,0x7f3,1,c) and c:IsAbleToHand()
return c:IsType(TYPE_MONSTER) and c:IsCanHaveCounter(0x7f3) and c:IsAbleToHand()
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return 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