Commit db0b2834 authored by DailyShana's avatar DailyShana

fix

parent 37e0d251
...@@ -54,6 +54,6 @@ function c50584941.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,6 +54,6 @@ function c50584941.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(code) e1:SetValue(code)
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
tc:CopyEffect(code,RESET_EVENT+0x1fe0000) tc:ReplaceEffect(code,RESET_EVENT+0x1fe0000)
end end
end end
...@@ -146,7 +146,7 @@ STATUS_COPYING_EFFECT =0x8000 --复制效果 ...@@ -146,7 +146,7 @@ STATUS_COPYING_EFFECT =0x8000 --复制效果
STATUS_CHAINING =0x10000 --正在連鎖串中 STATUS_CHAINING =0x10000 --正在連鎖串中
STATUS_SUMMON_DISABLED =0x20000 --召唤无效後尚未移動 STATUS_SUMMON_DISABLED =0x20000 --召唤无效後尚未移動
STATUS_ACTIVATE_DISABLED =0x40000 --发动无效後尚未移動 STATUS_ACTIVATE_DISABLED =0x40000 --发动无效後尚未移動
STATUS_UNSUMMONABLE_CARD =0x80000 --(N/A) STATUS_EFFECT_REPLACED =0x80000 --效果被替代(红莲霸权)
STATUS_UNION =0x100000 --同盟 STATUS_UNION =0x100000 --同盟
STATUS_ATTACK_CANCELED =0x200000 --攻击取消(卷回?) STATUS_ATTACK_CANCELED =0x200000 --攻击取消(卷回?)
STATUS_INITIALIZING =0x400000 --初始化.. STATUS_INITIALIZING =0x400000 --初始化..
......
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