Commit e20007e6 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #616 from woodee/patch-30

fix
parents 81d161a4 7c247c70
......@@ -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