Commit ca6eabcc authored by nanahira's avatar nanahira

fix

parent 0a00f786
......@@ -21,7 +21,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e2)
end
function cm.thfilter(c)
return c:IsCode(14142001) and c:IsAbleToHand()
return c:IsCode(14142003) and c:IsAbleToHand()
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
......@@ -33,4 +33,4 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,sg)
end
end
--yl_testok
\ No newline at end of file
--yl_testok
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