Commit 3cd98d4f authored by Grajade's avatar Grajade

Update c1110132.lua

parent 3aef004a
......@@ -3,7 +3,7 @@ function c1110132.initial_effect(c)
--
c:EnableReviveLimit()
aux.AddCodeList(c,1110196)
aux.AddCodeList(c,81011027)
aux.AddCodeList(c,81002000)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
......@@ -23,7 +23,7 @@ function c1110132.initial_effect(c)
e3:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_CANNOT_DISABLE)
e3:SetCode(EFFECT_CHANGE_CODE)
e3:SetRange(LOCATION_MZONE)
e3:SetValue(81011027)
e3:SetValue(81002000)
c:RegisterEffect(e3)
--
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