Commit 5cc689d4 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 97cabcd5
......@@ -28,7 +28,7 @@ function c4810828.initial_effect(c)
c:RegisterEffect(e2)
end
function c4810828.cfilter(c,tp)
return c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) and c:IsFaceup()
return c:IsControler(tp) and c:IsLocation(LOCATION_MZONE)
end
function c4810828.negcon(e,tp,eg,ep,ev,re,r,rp)
if not (rp==1-tp and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET)) then return false 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