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
0beaf3b5
Commit
0beaf3b5
authored
Jan 01, 2026
by
tsubaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix1
parent
de67e3e8
Pipeline
#42304
passed with stage
in 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c22130.lua
script/c22130.lua
+1
-1
script/c22218.lua
script/c22218.lua
+1
-1
No files found.
script/c22130.lua
View file @
0beaf3b5
...
@@ -42,7 +42,7 @@ function c22130.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -42,7 +42,7 @@ function c22130.activate(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetCode
(
EFFECT_SYNCHRO_LEVEL
)
e2
:
SetCode
(
EFFECT_SYNCHRO_LEVEL
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetRange
(
LOCATION_MZONE
+
LOCATION_HAND
)
e2
:
SetRange
(
LOCATION_MZONE
+
LOCATION_HAND
)
e2
:
SetValue
(
s
c22130
.
synlevel
)
e2
:
SetValue
(
c22130
.
synlevel
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
22130
,
2
))
then
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
22130
,
2
))
then
...
...
script/c22218.lua
View file @
0beaf3b5
...
@@ -54,7 +54,7 @@ function c22218.initial_effect(c)
...
@@ -54,7 +54,7 @@ function c22218.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c22218
.
esfilter
(
c
)
function
c22218
.
esfilter
(
c
)
return
(
c
:
IsSetCard
(
0x813
)
return
c
:
IsSetCard
(
0x813
)
end
end
function
c22218
.
filter
(
c
)
function
c22218
.
filter
(
c
)
return
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsAbleToDeck
()
and
(
c
:
IsLocation
(
LOCATION_GRAVE
)
or
c
:
IsFaceup
())
return
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsAbleToDeck
()
and
(
c
:
IsLocation
(
LOCATION_GRAVE
)
or
c
:
IsFaceup
())
...
...
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