Commit 931f2a22 authored by nekrozar's avatar nekrozar

fix Frightfur Sanctuary

parent 63faf4ba
...@@ -26,7 +26,7 @@ function c74839123.initial_effect(c) ...@@ -26,7 +26,7 @@ function c74839123.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c74839123.cfilter(c) function c74839123.cfilter(c)
return c:IsSetCard(0xad) and c:IsType(TYPE_FUSION) and c:IsAbleToGraveAsCost() return c:IsSetCard(0xad) and c:IsType(TYPE_MONSTER) and c:IsAbleToGraveAsCost()
end end
function c74839123.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c74839123.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,e:GetHandler()) if chk==0 then return Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,e:GetHandler())
......
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