Commit 44b4db1d authored by 未闻皂名's avatar 未闻皂名

2025/1/20 bug修复

parent 6b3c6485
Pipeline #32696 passed with stages
in 8 minutes and 13 seconds
......@@ -36,7 +36,7 @@ function cm.limop(e,tp,eg,ep,ev,re,r,rp)
Duel.SetChainLimitTillChainEnd(cm.chainlm)
end
function cm.chainlm(e,ep,tp)
return ep~=tp and e:GetHandler():IsType(TYPE_TRAP) and e:IsHasType(EFFECT_TYPE_ACTIVATE)
return not (ep~=tp and e:GetHandler():IsType(TYPE_TRAP) and e:IsHasType(EFFECT_TYPE_ACTIVATE))
end
--Level Up
function cm.target(e,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