Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vury Leo
pre-release-database-cdb
Commits
38b22030
Commit
38b22030
authored
Feb 09, 2026
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use excludes
parent
07bc20e2
Pipeline
#42967
failed with stages
in 2 minutes and 18 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
script/c100201001.lua
script/c100201001.lua
+1
-3
script/c98127546.lua
script/c98127546.lua
+1
-1
No files found.
script/c100201001.lua
View file @
38b22030
...
...
@@ -146,9 +146,7 @@ function s.matval(e,lc,mg,c,tp)
-- 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
:
IsExists
(
function
(
mc
)
return
mc
~=
c
and
s
.
wp_eligible_opp_link2
(
mc
,
tp
)
end
,
1
,
nil
)
then
if
mg
:
IsExists
(
s
.
wp_eligible_opp_link2
,
1
,
c
,
tp
)
then
return
true
,
false
end
...
...
script/c98127546.lua
View file @
38b22030
...
...
@@ -88,7 +88,7 @@ function s.matval(e,lc,mg,c,tp)
end
-- 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
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment