Commit a22542ad authored by oilloillo's avatar oilloillo

误判STATUS_CHAINING

parent 05339258
Pipeline #11387 passed with stage
in 1 minute and 24 seconds
......@@ -25,7 +25,7 @@ end
function M.addMonEff1(c)
local function discon(e,tp,eg,ep,ev,re,r,rp)
local c = e:GetHandler()
return not c:IsStatus(STATUS_BATTLE_DESTROYED) and not c:IsStatus(STATUS_CHAINING) and Duel.IsChainNegatable(ev) and c:GetControler()~=rp
return not c:IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev) and c:GetControler()~=rp
end
local function filter(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