Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
5
Issues
5
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
MyCard
ygopro-rush-duel
Commits
9033ed8b
Commit
9033ed8b
authored
Aug 06, 2024
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/8/6 bug修复
parent
f02f1718
Pipeline
#28955
passed with stages
in 8 minutes and 33 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/c120253049.lua
script/c120253049.lua
+1
-1
script/c120253066.lua
script/c120253066.lua
+1
-1
No files found.
script/c120253049.lua
View file @
9033ed8b
...
...
@@ -18,7 +18,7 @@ function cm.ctfilter(c)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_CELESTIALWARRIOR
)
end
function
cm
.
tdfilter
(
c
)
return
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
AbleToDeck
()
return
c
:
IsAbleToDeck
()
end
function
cm
.
target1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
ctfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
script/c120253066.lua
View file @
9033ed8b
...
...
@@ -31,7 +31,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
GetFirst
()
local
min
,
max
=
aux
.
GetMaterialListCount
(
tc
)
local
ex
=
tc
:
IsSummonType
(
SUMMON_TYPE_FUSION
)
and
not
tc
.
unspecified_funsion
and
min
>
0
and
min
==
max
if
RD
.
SendToDeckAndExists
(
tc
)
then
if
RD
.
SendToDeckAndExists
(
tc
)
and
ex
then
local
sump
=
tc
:
GetControler
()
local
filter
=
RD
.
Filter
(
cm
.
spfilter
,
e
,
sump
,
tc
)
local
check
=
RD
.
Check
(
cm
.
check
,
tc
)
...
...
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