Commit 43722d6c authored by REIKAI's avatar REIKAI 💬

fix

parent 0626ebae
Pipeline #23918 canceled with stages
in 7 minutes and 48 seconds
......@@ -114,7 +114,7 @@ end
function cm.thfilter(c,g)
return c:IsAbleToHand() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0xcca) and not g:IsExists(cm.thhfilter,1,nil,c)
end
function cm.chtg2(e,tp,eg,ep,ev,re,r,rp,chk)
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_ONFIELD,0,1,nil) then
e:SetProperty(EFFECT_FLAG_CANNOT_NEGATE)
......
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