Commit ba01247a authored by salix5's avatar salix5

Revert "fix"

This reverts commit b0cf085c.
parent b0cf085c
...@@ -14,7 +14,7 @@ function c72714392.initial_effect(c) ...@@ -14,7 +14,7 @@ function c72714392.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_CANNOT_BE_SYNCHRO_MATERIAL) e2:SetCode(EFFECT_CANNOT_BE_SYNCHRO_MATERIAL)
e2:SetValue(c72714392.synlimit) e2:SetValue(aux.TRUE)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c72714392.filter(c,e,tp) function c72714392.filter(c,e,tp)
...@@ -57,6 +57,3 @@ function c72714392.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,6 +57,3 @@ function c72714392.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
end end
function c72714392.synlimit(e,c)
return c:IsLocation(LOCATION_MZONE)
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