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
07bc20e2
Commit
07bc20e2
authored
Feb 09, 2026
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WP controller
parent
f2a167c1
Pipeline
#42966
failed with stages
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
script/c100201001.lua
script/c100201001.lua
+5
-0
No files found.
script/c100201001.lua
View file @
07bc20e2
...
@@ -129,6 +129,11 @@ function s.matval(e,lc,mg,c,tp)
...
@@ -129,6 +129,11 @@ function s.matval(e,lc,mg,c,tp)
local
fid
=
e
:
GetLabel
()
local
fid
=
e
:
GetLabel
()
if
wp
:
GetFieldID
()
~=
fid
then
return
false
,
nil
end
if
wp
:
GetFieldID
()
~=
fid
then
return
false
,
nil
end
-- W:Pファンシーボール must be controlled by tp to provide its material effect
if
wp
:
GetControler
()
~=
tp
then
return
false
,
nil
end
-- W:Pファンシーボール only relates to opponent face-up Link<=2
-- W:Pファンシーボール only relates to opponent face-up Link<=2
if
not
s
.
wp_eligible_opp_link2
(
c
,
tp
)
then
if
not
s
.
wp_eligible_opp_link2
(
c
,
tp
)
then
return
false
,
nil
return
false
,
nil
...
...
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