Commit 81d161a4 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #615 from woodee/patch-29

fix
parents 3e783045 879ba79a
......@@ -10,7 +10,7 @@ function c43040603.initial_effect(c)
c:RegisterEffect(e1)
end
function c43040603.filter(c,e,tp)
return c:IsSummonableCard() and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSummonableCard()
end
function c43040603.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,nil,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