Commit 96190902 authored by mercury233's avatar mercury233 Committed by GitHub

fix Quadborrel Dragon

parent ba2acb88
......@@ -16,7 +16,7 @@ function c29296344.initial_effect(c)
c:RegisterEffect(e1)
end
function c29296344.lcheck(g,lc)
return g:IsExists(Card.IsSetCard,1,nil,0x102)
return g:IsExists(Card.IsLinkSetCard,1,nil,0x102)
end
function c29296344.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,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