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
2529c45f
Commit
2529c45f
authored
Jan 13, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c74563049.lua
parent
b7357d62
Pipeline
#32580
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
script/c74563049.lua
script/c74563049.lua
+2
-1
No files found.
script/c74563049.lua
View file @
2529c45f
...
...
@@ -12,6 +12,7 @@ function c74563049.initial_effect(c)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCondition
(
c74563049
.
sdcon
)
c
:
RegisterEffect
(
e4
)
c74563049
.
uuz_tograve_effect
=
e4
--lv
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
74563049
,
0
))
...
...
@@ -48,7 +49,7 @@ end
function
c74563049
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
while
tc
do
if
tc
:
IsOriginalCodeRule
(
74563049
)
and
tc
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
tc
:
IsReason
(
REASON_EFFECT
)
and
tc
:
GetReasonEffect
()
==
nil
then
if
tc
:
IsOriginalCodeRule
(
74563049
)
and
tc
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
tc
:
IsReason
(
REASON_EFFECT
)
and
tc
:
GetReasonEffect
()
==
c74563049
.
uuz_tograve_effect
then
tc
:
RegisterFlagEffect
(
74563049
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
end
tc
=
eg
:
GetNext
()
...
...
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