Commit eff65ae3 authored by wind2009's avatar wind2009

Fix 糾罪巧-「Atilε.SPIA」

parent a717b73e
Pipeline #42509 failed with stages
in 2 minutes and 46 seconds
...@@ -141,7 +141,7 @@ function s.ccfilter(c,tp) ...@@ -141,7 +141,7 @@ function s.ccfilter(c,tp)
end end
function s.negcon(e,tp,eg,ep,ev,re,r,rp) function s.negcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsStatus(STATUS_BATTLE_DESTROYED) then return false end if c:IsStatus(STATUS_BATTLE_DESTROYED) or rp~=1-tp then return false end
if not c:IsFacedown() then return false end if not c:IsFacedown() then return false end
for i=1,ev do for i=1,ev do
local te,tgp=Duel.GetChainInfo(i,CHAININFO_TRIGGERING_EFFECT,CHAININFO_TRIGGERING_PLAYER) local te,tgp=Duel.GetChainInfo(i,CHAININFO_TRIGGERING_EFFECT,CHAININFO_TRIGGERING_PLAYER)
......
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