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
19e0939b
Commit
19e0939b
authored
Feb 02, 2025
by
伊蕾娜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.moenext.com/hiiragiguardians/ygopro-thc-cards
parents
9d58f021
afea8590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
script/c29510.lua
script/c29510.lua
+1
-1
script/c74561041.lua
script/c74561041.lua
+0
-1
No files found.
script/c29510.lua
View file @
19e0939b
...
@@ -55,7 +55,7 @@ function c29510.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -55,7 +55,7 @@ function c29510.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RegisterEffect
(
e1
)
e
:
GetHandler
():
RegisterEffect
(
e1
)
end
end
function
c29510
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c29510
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
1
-
tp
,
1
)
end
end
end
function
c29510
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c29510
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
...
...
script/c74561041.lua
View file @
19e0939b
...
@@ -70,7 +70,6 @@ function cCardno.cost_chain(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -70,7 +70,6 @@ function cCardno.cost_chain(e,tp,eg,ep,ev,re,r,rp,chk)
tc
:
RegisterFlagEffect
(
Cardno
,
RESET_CHAIN
,
0
,
1
)
tc
:
RegisterFlagEffect
(
Cardno
,
RESET_CHAIN
,
0
,
1
)
end
end
function
cCardno
.
target_chain
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
cCardno
.
target_chain
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
true
end
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
end
end
function
cCardno
.
operation_chain
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cCardno
.
operation_chain
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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