Commit 9c7ea6ed authored by mercury233's avatar mercury233 Committed by GitHub
parent 4851263f
...@@ -15,7 +15,7 @@ function c4408198.initial_effect(c) ...@@ -15,7 +15,7 @@ function c4408198.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c4408198.checkfilter(c) function c4408198.checkfilter(c)
return c:IsFaceup() and c:IsSummonLocation(LOCATION_GRAVE) return c:IsSummonLocation(LOCATION_GRAVE)
end end
function c4408198.condition(e,tp,eg,ep,ev,re,r,rp) function c4408198.condition(e,tp,eg,ep,ev,re,r,rp)
if Duel.IsExistingMatchingCard(c4408198.checkfilter,tp,0,LOCATION_MZONE,1,nil) then return true end if Duel.IsExistingMatchingCard(c4408198.checkfilter,tp,0,LOCATION_MZONE,1,nil) then return true 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