Commit e0f55f5d authored by GuGu's avatar GuGu

Update c17035440.lua

parent bdb2223d
Pipeline #34666 passed with stage
in 10 seconds
......@@ -53,7 +53,7 @@ function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
return c:IsLocation(LOCATION_GRAVE) and r==REASON_LINK and rc:IsLinkAbove(3)
end
function cm.thfilter(c)
return c:IsSetCard(0x7f5) and c:IsAbleToHand()
return c:IsSetCard(0x7f5) and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,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