Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
99f0761a
Commit
99f0761a
authored
Apr 03, 2024
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c25501.lua 上古八阿哥
parent
4f6c266a
Pipeline
#26221
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
55 deletions
+55
-55
script/c25501.lua
script/c25501.lua
+55
-55
No files found.
script/c25501.lua
View file @
99f0761a
...
@@ -29,7 +29,7 @@ function c25501.initial_effect(c)
...
@@ -29,7 +29,7 @@ function c25501.initial_effect(c)
end
end
function
c25501
.
mattg
(
e
,
c
)
function
c25501
.
mattg
(
e
,
c
)
local
tp
=
e
:
GetHandler
():
GetControler
()
local
tp
=
e
:
GetHandler
():
GetControler
()
local
check1
=
c
:
IsType
(
TYPE_MONSTER
)
and
(
c
:
IsOnField
()
or
c
:
IsFacedown
())
local
check1
=
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsOnField
()
and
c
:
IsFaceup
()
return
check1
and
not
(
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsControler
(
1
-
tp
))
return
check1
and
not
(
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsControler
(
1
-
tp
))
end
end
function
c25501
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
function
c25501
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
...
...
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