Commit 214f7aca authored by Fluorohydride's avatar Fluorohydride

Merge pull request #418 from woodee/patch-12

fix
parents a6409320 8ebb71d6
......@@ -20,7 +20,7 @@ function c86848580.discost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c86848580.filter(c)
return c:IsFaceup() and c:IsType(TYPE_EFFECT)
return c:IsFaceup()
end
function c86848580.distg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c86848580.filter,tp,0,LOCATION_ONFIELD,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