Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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-scripts-888
Commits
38c24cab
Commit
38c24cab
authored
Apr 18, 2024
by
mercury233
Committed by
GitHub
Apr 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 雷神龍-サンダー・ドラゴン
fix #2479
parent
020ea2e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
c41685633.lua
c41685633.lua
+6
-1
No files found.
c41685633.lua
View file @
38c24cab
...
...
@@ -45,7 +45,12 @@ function c41685633.sprfilter1(c,sc)
return
c
:
IsRace
(
RACE_THUNDER
)
and
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
end
function
c41685633
.
sprfilter2
(
c
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFusionType
(
TYPE_FUSION
)
and
not
c
:
IsFusionCode
(
41685633
)
if
not
(
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFusionType
(
TYPE_FUSION
))
then
return
false
end
if
not
c
:
IsFusionCode
(
41685633
)
then
return
true
end
for
i
,
code
in
ipairs
({
c
:
GetFusionCode
()})
do
if
code
~=
41685633
then
return
true
end
end
return
false
end
function
c41685633
.
fselect
(
g
,
tp
,
sc
)
return
aux
.
gffcheck
(
g
,
Card
.
IsLocation
,
LOCATION_HAND
,
c41685633
.
sprfilter2
,
nil
)
...
...
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