Commit 966fea9e authored by nanahira's avatar nanahira

fix

parent 8cd94b39
...@@ -67,7 +67,7 @@ function cm.operation0(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,7 +67,7 @@ function cm.operation0(e,tp,eg,ep,ev,re,r,rp)
c:ResetEffect(ccd,RESET_COPY) c:ResetEffect(ccd,RESET_COPY)
end end
local ecd=c:CopyEffect(rcd,RESET_EVENT+0x1fe0000,1) local ecd=c:CopyEffect(rcd,RESET_EVENT+0x1fe0000,1)
c:RegisterFlagEffect(m,RESET_EVENT+0x1fe0000,0,1,ecd,m*16) c:RegisterFlagEffect(m,RESET_EVENT+0x1fe0000,EFFECT_FLAG_CLIENT_HINT,1,ecd,m*16)
end end
function cm.copycost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.copycost(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(1) e:SetLabel(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