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
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
Vee4
ygopro-scripts-888
Commits
f981cdd9
Commit
f981cdd9
authored
Jan 11, 2022
by
mercury233
Committed by
GitHub
Jan 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix WW-クリスタル・ベル
parent
f4c7f800
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
c25793414.lua
c25793414.lua
+4
-1
No files found.
c25793414.lua
View file @
f981cdd9
...
@@ -26,8 +26,11 @@ function c25793414.initial_effect(c)
...
@@ -26,8 +26,11 @@ function c25793414.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c25793414
.
material_type
=
TYPE_SYNCHRO
c25793414
.
material_type
=
TYPE_SYNCHRO
function
c25793414
.
sfcfilter
(
c
,
fc
)
return
(
c
:
IsFusionCode
(
14577226
)
or
c
:
CheckFusionSubstitute
(
fc
))
and
c
:
IsFusionType
(
TYPE_SYNCHRO
)
end
function
c25793414
.
synchro_fusion_check
(
tp
,
sg
,
fc
)
function
c25793414
.
synchro_fusion_check
(
tp
,
sg
,
fc
)
return
aux
.
gffcheck
(
sg
,
Card
.
IsFusionCode
,
14577226
,
Card
.
IsFusionSetCard
,
0xf0
)
return
aux
.
gffcheck
(
sg
,
c25793414
.
sfcfilter
,
fc
,
Card
.
IsFusionSetCard
,
0xf0
)
end
end
function
c25793414
.
cptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c25793414
.
cptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsType
(
TYPE_MONSTER
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsType
(
TYPE_MONSTER
)
end
...
...
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