Commit 7d1465c7 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12036021.lua

parent 3691c414
...@@ -55,7 +55,7 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,7 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetReset(RESET_EVENT+0x1ff0000) e1:SetReset(RESET_EVENT+0x1ff0000)
e1:SetCode(EFFECT_CHANGE_CODE) e1:SetCode(EFFECT_ADD_CODE)
e1:SetValue(code) e1:SetValue(code)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
tc:CopyEffect(code,RESET_EVENT+0x1fe0000,1) tc:CopyEffect(code,RESET_EVENT+0x1fe0000,1)
......
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