Commit fee0ec6a authored by nekrozar's avatar nekrozar

fix

parent 06b97203
...@@ -23,9 +23,6 @@ function c72575145.initial_effect(c) ...@@ -23,9 +23,6 @@ function c72575145.initial_effect(c)
e4:SetValue(1) e4:SetValue(1)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c72575145.filter(c)
return c:IsFaceup() and c:GetLevel()>0
end
function c72575145.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c72575145.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsFaceup() end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsFaceup() end
if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) end if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,LOCATION_MZONE,LOCATION_MZONE,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