Commit 1027cf3d authored by wind2009's avatar wind2009

Merge branch 'patch-6' into 'master'

Fix Enneacraft - Atil.SPIA

See merge request !259
parents ff08984e 8ca1876d
Pipeline #42596 passed with stages
in 3 minutes
...@@ -178,7 +178,7 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp) ...@@ -178,7 +178,7 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp)
local dg=Group.CreateGroup() local dg=Group.CreateGroup()
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)
if tgp~=tp and (te:IsActiveType(TYPE_MONSTER) or te:IsHasType(EFFECT_TYPE_ACTIVATE)) and Duel.NegateActivation(i) then if tgp~=tp and Duel.NegateActivation(i) then
local tc=te:GetHandler() local tc=te:GetHandler()
if tc:IsRelateToEffect(e) and tc:IsRelateToChain(i) then if tc:IsRelateToEffect(e) and tc:IsRelateToChain(i) then
dg:AddCard(tc) dg:AddCard(tc)
......
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