Commit 7c247c70 authored by woodee's avatar woodee

fix

remove unnecessary condition
parent 3e783045
......@@ -9,7 +9,7 @@ function c58577036.initial_effect(c)
c:RegisterEffect(e1)
end
function c58577036.filter(c,e,tp)
return c:IsSummonableCard() and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSummonableCard()
end
function c58577036.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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