Commit 0b1ba758 authored by 独孤朲's avatar 独孤朲

fix

parent 24a901fa
...@@ -29,7 +29,7 @@ function c10678778.initial_effect(c) ...@@ -29,7 +29,7 @@ function c10678778.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c10678778.rmfilter(c) function c10678778.rmfilter(c)
return c:IsFacedown() and c:IsAbleToRemove() return not c:IsFaceup() and c:IsAbleToRemove()
end end
function c10678778.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) function c10678778.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c10678778.rmfilter,tp,0,LOCATION_EXTRA,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c10678778.rmfilter,tp,0,LOCATION_EXTRA,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