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
7b541f82
Commit
7b541f82
authored
Nov 17, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c50224540.lua
parent
2922e7fd
Pipeline
#31195
failed with stages
in 29 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
expansions/script/c50224540.lua
expansions/script/c50224540.lua
+3
-5
No files found.
expansions/script/c50224540.lua
View file @
7b541f82
...
...
@@ -49,11 +49,9 @@ function c50224540.setop(e,tp,eg,ep,ev,re,r,rp)
end
function
c50224540
.
damfilter
(
c
,
e
,
tp
)
if
not
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
or
not
c
:
IsPreviousControler
(
1
-
tp
)
then
return
false
end
local
seq
=
c
:
GetPreviousSequence
()
if
seq
==
5
then
seq
=
1
elseif
seq
==
6
then
seq
=
3
end
local
cseq
=
e
:
GetHandler
():
GetSequence
()
if
cseq
==
5
then
cseq
=
1
elseif
cseq
==
6
then
cseq
=
3
end
return
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousControler
(
1
-
tp
)
and
cseq
==
(
4
-
seq
)
local
seq
=
aux
.
MZoneSequence
(
c
:
GetPreviousSequence
())
local
cseq
=
aux
.
MZoneSequence
(
e
:
GetHandler
():
GetSequence
())
return
cseq
==
(
4
-
seq
)
end
function
c50224540
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c50224540
.
damfilter
,
1
,
nil
,
e
,
tp
)
...
...
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