Commit f6c17ec2 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c22600022.lua

parent b33c8ecb
......@@ -87,7 +87,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.hcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x741)
return c:IsFaceup() and c:IsSetCard(0x741) and c:IsType(TYPE_MONSTER)
end
function cm.handcon(e)
return Duel.IsExistingMatchingCard(cm.hcfilter,e:GetHandlerPlayer(),LOCATION_REMOVED,0,1,nil)
......
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