Commit 2009704b authored by sidschingis's avatar sidschingis

fix

parent 1be50e75
...@@ -32,7 +32,7 @@ function c8102334.initial_effect(c) ...@@ -32,7 +32,7 @@ function c8102334.initial_effect(c)
e4:SetProperty(EFFECT_FLAG_SET_AVAILABLE) e4:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e4:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET) e4:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e4:SetTarget(c8102334.tglimit) e4:SetTarget(c8102334.tglimit)
e4:SetValue(1) e4:SetValue(c8102334.tgvalue)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c8102334.distarget(e,c) function c8102334.distarget(e,c)
...@@ -46,4 +46,7 @@ function c8102334.disoperation(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,4 +46,7 @@ function c8102334.disoperation(e,tp,eg,ep,ev,re,r,rp)
end end
function c8102334.tglimit(e,c) function c8102334.tglimit(e,c)
return c~=e:GetHandler() return c~=e:GetHandler()
end
function c8102334.tgvalue(e,re,rp)
return rp~=e:GetHandlerPlayer()
end end
\ No newline at end of file
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