Commit 2009704b authored by sidschingis's avatar sidschingis

fix

parent 1be50e75
......@@ -32,7 +32,7 @@ function c8102334.initial_effect(c)
e4:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e4:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e4:SetTarget(c8102334.tglimit)
e4:SetValue(1)
e4:SetValue(c8102334.tgvalue)
c:RegisterEffect(e4)
end
function c8102334.distarget(e,c)
......@@ -47,3 +47,6 @@ end
function c8102334.tglimit(e,c)
return c~=e:GetHandler()
end
function c8102334.tgvalue(e,re,rp)
return rp~=e:GetHandlerPlayer()
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