Commit b4f6b7e0 authored by Tianchenglipu's avatar Tianchenglipu

Update c80889750.lua

parent 052ca2bc
...@@ -69,6 +69,8 @@ function c80889750.indop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,6 +69,8 @@ function c80889750.indop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=e1:Clone() local e2=e1:Clone()
e2:SetDescription(aux.Stringid(80889750,0))
e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
e2:SetProperty(EFFECT_FLAG_CLIENT_HINT)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end 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