Commit ac394035 authored by salix5's avatar salix5

fix

parent 1e313802
......@@ -29,7 +29,7 @@ function c10678778.initial_effect(c)
c:RegisterEffect(e2)
end
function c10678778.rmfilter(c)
return not c:IsFaceup() and c:IsAbleToRemove()
return c:IsFacedown() and c:IsAbleToRemove()
end
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
......
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