Commit 02677e95 authored by 聖園ミカ's avatar 聖園ミカ 🐟

7

parent 18f0978c
......@@ -41,7 +41,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(p,d,REASON_EFFECT)
end
function cm.filter(c)
return c:IsCode(22600026)
return c:IsCode(22600026) and c:IsAbleToHand()
end
function cm.indtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_DECK,0,1,nil) 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