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
2ad7999a
Commit
2ad7999a
authored
Oct 04, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d35841b1
Pipeline
#40879
failed with stages
in 5 minutes and 15 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/script/c82000240.lua
expansions/script/c82000240.lua
+1
-1
expansions/script/c82000646.lua
expansions/script/c82000646.lua
+1
-1
expansions/script/c95101055.lua
expansions/script/c95101055.lua
+1
-1
No files found.
expansions/script/c82000240.lua
View file @
2ad7999a
...
...
@@ -59,7 +59,7 @@ function c82000240.target(e,tp,eg,ep,ev,re,r,rp,chk)
e1
:
SetOperation
(
c82000240
.
desop
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
+
RESET_OPPO_TURN
,
2
)
e
:
GetHandler
():
RegisterEffect
(
e1
)
e
:
GetHandler
():
RegisterFlagEffect
(
1082946
,
RESET_PHASE
+
PHASE_END
+
RESET_OPPO_TURN
,
0
,
2
)
e
:
GetHandler
():
RegisterFlagEffect
(
82000240
,
RESET_PHASE
+
PHASE_END
+
RESET_OPPO_TURN
,
0
,
2
)
c82000240
[
e
:
GetHandler
()]
=
e1
end
function
c82000240
.
activate1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c82000646.lua
View file @
2ad7999a
...
...
@@ -34,7 +34,7 @@ function c82000646.initial_effect(c)
end
function
c82000646
.
spcfilter
(
c
,
tp
)
return
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
not
c
:
IsCode
(
82000646
)
end
function
c82000646
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
v
=
0
...
...
expansions/script/c95101055.lua
View file @
2ad7999a
...
...
@@ -56,7 +56,7 @@ function c95101055.chkfilter(c,tp)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
1
-
tp
)
end
function
c95101055
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
eg
:
IsExists
(
c
7791004
5
.
chkfilter
,
1
,
nil
,
tp
)
then
if
eg
:
IsExists
(
c
9510105
5
.
chkfilter
,
1
,
nil
,
tp
)
then
Duel
.
Recover
(
tp
,
500
,
REASON_EFFECT
)
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