Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
004176df
Commit
004176df
authored
Oct 26, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d8e3177e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
expansions/script/c60012019.lua
expansions/script/c60012019.lua
+11
-7
No files found.
expansions/script/c60012019.lua
View file @
004176df
...
...
@@ -92,15 +92,19 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
rg
:
CheckSubGroup
(
aux
.
mzctcheckrel
,
3
,
3
,
tp
,
REASON_EFFECT
)
end
end
function
cm
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
sg
=
rg
:
SelectSubGroup
(
tp
,
aux
.
mzctcheckrel
,
true
,
3
,
3
,
tp
,
REASON_EFFECT
)
local
num
=
0
for
tc
in
aux
.
Next
(
sg
)
do
if
tc
:
GetCounter
(
0x62a
)
~=
0
then
num
=
num
+
tc
:
GetCounter
(
0x62a
)
end
end
if
sg
:
GetCount
()
==
0
and
Duel
.
Release
(
sg
,
REASON_EFFECT
)
~=
0
then
e
:
GetHandler
():
AddCounter
(
0x62a
,
num
)
if
rg
:
GetCount
()
>=
3
then
local
sg
=
rg
:
SelectSubGroup
(
tp
,
aux
.
mzctcheckrel
,
true
,
3
,
3
,
tp
,
REASON_EFFECT
)
local
num
=
0
for
tc
in
aux
.
Next
(
sg
)
do
if
tc
:
GetCounter
(
0x62a
)
~=
0
then
num
=
num
+
tc
:
GetCounter
(
0x62a
)
end
end
if
Duel
.
Release
(
sg
,
REASON_EFFECT
)
==
3
then
Duel
.
SpecialSummon
(
c
,
nil
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
c
:
AddCounter
(
0x62a
,
num
)
end
end
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