Commit 38b22030 authored by Vury Leo's avatar Vury Leo

use excludes

parent 07bc20e2
Pipeline #42967 failed with stages
in 2 minutes and 18 seconds
...@@ -146,9 +146,7 @@ function s.matval(e,lc,mg,c,tp) ...@@ -146,9 +146,7 @@ function s.matval(e,lc,mg,c,tp)
-- Explicit: W:Pファンシーボール provides at most ONE opponent Link<=2. -- Explicit: W:Pファンシーボール provides at most ONE opponent Link<=2.
-- If mg already contains another opponent Link<=2 (besides this candidate), W:Pファンシーボール will not provide it. -- If mg already contains another opponent Link<=2 (besides this candidate), W:Pファンシーボール will not provide it.
if mg:IsExists(function(mc) if mg:IsExists(s.wp_eligible_opp_link2,1,c,tp) then
return mc~=c and s.wp_eligible_opp_link2(mc,tp)
end,1,nil) then
return true,false return true,false
end end
......
...@@ -88,7 +88,7 @@ function s.matval(e,lc,mg,c,tp) ...@@ -88,7 +88,7 @@ function s.matval(e,lc,mg,c,tp)
end end
-- Otherwise this would be "via 閉ザサレシ世界ノ冥神": allow at most one such opponent monster. -- Otherwise this would be "via 閉ザサレシ世界ノ冥神": allow at most one such opponent monster.
if mg:IsExists(s.is_goddess_opp,1,nil,lc,mg,tp) then if mg:IsExists(s.is_goddess_opp,1,c,lc,mg,tp) then
return true,false return true,false
end end
......
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