Commit ac3b2b30 authored by mercury233's avatar mercury233

fix

parent d064ee19
......@@ -39,7 +39,7 @@ function c23068051.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c23068051.filter2(c)
return c:IsRace(RACE_WYRM) and c:IsAbleToGraveAsCost()
return (c:IsLocation(LOCATION_HAND) or c:IsFaceup()) and c:IsRace(RACE_WYRM) and c:IsAbleToGraveAsCost()
end
function c23068051.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c23068051.filter2,tp,LOCATION_MZONE+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