Commit 1ae1f81f authored by oilloillo's avatar oilloillo

Update c999518.lua

修复冲突的SetCountLimit Code
parent cd442171
......@@ -23,7 +23,7 @@ function M.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetCode(EVENT_TO_GRAVE)
e2:SetCountLimit(1, Mid+EFFECT_COUNT_CODE_DUEL)
e2:SetCountLimit(1, Mid*10+1+EFFECT_COUNT_CODE_DUEL)
e2:SetTarget(M.thTg)
e2:SetOperation(M.thOp)
c:RegisterEffect(e2)
......@@ -35,7 +35,7 @@ function M.initial_effect(c)
e3:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CANNOT_DISABLE)
e3:SetRange(0xff)
e3:SetCode(EVENT_PHASE+PHASE_STANDBY)
e3:SetCountLimit(1, Mid+EFFECT_COUNT_CODE_DUEL)
e3:SetCountLimit(1, Mid*10+2+EFFECT_COUNT_CODE_DUEL)
e3:SetCondition(M.chCon)
e3:SetOperation(M.chOp)
c:RegisterEffect(e3)
......
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