Commit 88e1a38a authored by DailyShana's avatar DailyShana

fix 一惜二跳

parent 26150d7b
...@@ -17,8 +17,8 @@ function c6203182.initial_effect(c) ...@@ -17,8 +17,8 @@ function c6203182.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_EQUIP) e3:SetType(EFFECT_TYPE_EQUIP)
e3:SetCode(EFFECT_CANNOT_SELECT_BATTLE_TARGET) e3:SetCode(EFFECT_CANNOT_BE_BATTLE_TARGET)
e3:SetValue(aux.ctg) e3:SetValue(aux.imval1)
c:RegisterEffect(e3) c:RegisterEffect(e3)
--control --control
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
......
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