Commit 964ce018 authored by Amiya's avatar Amiya

修复

parent 777f48b4
Pipeline #40565 passed with stages
in 2 minutes and 9 seconds
......@@ -63,7 +63,7 @@ end
function s.discon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsSetCard(0x53)
and not c:IsStatus(STATUS_BATTLE_DESTROYED)
and not c:IsStatus(STATUS_BATTLE_DESTROYED) and rp==1-tp
and re:IsActiveType(TYPE_SPELL) and Duel.IsChainDisablable(ev)
end
function s.discost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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