Commit be53baa5 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent a314224f
...@@ -44,7 +44,7 @@ function c60942444.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,7 +44,7 @@ function c60942444.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c60942444.negcfilter(c,tp) function c60942444.negcfilter(c,tp)
return c:IsControler(tp) and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_EFFECT) and c:IsFaceup() return c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) and not c:IsType(TYPE_EFFECT) and c:IsFaceup()
end end
function c60942444.negcon(e,tp,eg,ep,ev,re,r,rp) function c60942444.negcon(e,tp,eg,ep,ev,re,r,rp)
if rp==1-tp and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then if rp==1-tp and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then
......
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