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
9ac73e1a
Commit
9ac73e1a
authored
Jan 30, 2026
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c410402.lua
parent
e89190e3
Pipeline
#42764
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
script/c410402.lua
script/c410402.lua
+3
-6
No files found.
script/c410402.lua
View file @
9ac73e1a
...
@@ -75,13 +75,10 @@ function s.hspop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -75,13 +75,10 @@ function s.hspop(e,tp,eg,ep,ev,re,r,rp,c)
if
tc3
then
if
tc3
then
local
seq3
=
tc3
:
GetSequence
()
local
seq3
=
tc3
:
GetSequence
()
local
flag1
=
0
local
flag1
=
0
if
seq3
>
0
and
seq3
<
5
and
Duel
.
CheckLocation
(
1
-
tp
,
LOCATION_MZONE
,
seq3
-
1
)
then
flag1
=
flag1
|
(
1
<<
(
seq3
-
1
))
end
if
seq3
>
0
and
seq3
<
5
and
Duel
.
CheckLocation
(
1
-
tp
,
LOCATION_MZONE
,
seq3
-
1
)
then
flag1
=
seq3
-
1
end
if
seq3
<
4
and
Duel
.
CheckLocation
(
1
-
tp
,
LOCATION_MZONE
,
seq3
+
1
)
then
flag1
=
flag1
|
(
1
<<
(
seq3
+
1
))
end
if
seq3
<
4
and
Duel
.
CheckLocation
(
1
-
tp
,
LOCATION_MZONE
,
seq3
+
1
)
then
flag1
=
seq3
+
1
end
if
flag1
==
0
then
return
false
end
if
flag1
==
0
then
return
false
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOZONE
)
Duel
.
MoveSequence
(
tc3
,
flag1
)
local
move2
=
Duel
.
SelectDisableField
(
tp
,
1
,
0
,
LOCATION_MZONE
,
~
(
flag1
<<
16
))
local
nseq2
=
math.log
(
move2
,
2
)
-
16
Duel
.
MoveSequence
(
tc3
,
nseq2
)
end
end
end
end
function
s
.
hspval
(
e
,
c
)
function
s
.
hspval
(
e
,
c
)
...
...
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