Commit af293941 authored by Chen Bill's avatar Chen Bill

fix EFFECT_CANNOT_RELEASE target function

target(e,c,tp)
parent 0231f95a
......@@ -38,7 +38,7 @@ function c12863633.operation(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e3)
end
end
function c12863633.rellimit(e,c,tp,sumtp)
function c12863633.rellimit(e,c,tp)
return c==e:GetHandler()
end
function c12863633.synlimit(e,c)
......
......@@ -41,7 +41,7 @@ function c50383626.initial_effect(c)
e5:SetOperation(c50383626.tdop)
c:RegisterEffect(e5)
end
function c50383626.rellimit(e,c,tp,sumtp)
function c50383626.rellimit(e,c,tp)
return c==e:GetHandler()
end
function c50383626.spcfilter(c,tp)
......
......@@ -63,6 +63,6 @@ end
function c79794767.relcon(e)
return Duel.IsExistingMatchingCard(c79794767.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
end
function c79794767.rellimit(e,c,tp,sumtp)
function c79794767.rellimit(e,c,tp)
return not c:IsSetCard(0xe0)
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