Commit 647a289d authored by Nemo Ma's avatar Nemo Ma

Update c53759011.lua

parent f17deb7b
......@@ -30,7 +30,7 @@ function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp
end
function cm.filter(c)
return c:IsType(TYPE_QUICKPLAY) and c:IsAbleToHand() and not c:IsCode(m)
return c:IsType(TYPE_QUICKPLAY) and c:IsAbleToHand() and c:IsSetCard(0x6e) and not c:IsCode(m)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and cm.filter(chkc) 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