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
f38635b3
Commit
f38635b3
authored
Aug 11, 2024
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379458.lua 选择题优化
parent
08b007db
Pipeline
#29128
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
script/c86379458.lua
script/c86379458.lua
+8
-1
No files found.
script/c86379458.lua
View file @
f38635b3
...
@@ -54,10 +54,17 @@ function c86379458.initial_effect(c)
...
@@ -54,10 +54,17 @@ function c86379458.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
--
--
function
c86379458
.
spfilter
(
c
,
ec
,
e
,
tp
)
local
seq
=
ec
:
GetSequence
()
return
c
:
GetOriginalCode
()
==
86379458
and
c
:
GetSequence
()
>
seq
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
not
(
c
:
IsDisabled
()
or
c
:
IsForbidden
())
end
function
c86379458
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c86379458
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
return
(
ep
==
tp
or
Duel
.
IsPlayerAffectedByEffect
(
tp
,
86379453
))
and
re
:
IsActiveType
(
TYPE_SPELL
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
c86379458
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
c
,
e
,
tp
)
return
(
ep
==
tp
or
Duel
.
IsPlayerAffectedByEffect
(
tp
,
86379453
))
and
re
:
IsActiveType
(
TYPE_SPELL
)
and
b1
end
end
function
c86379458
.
cfilter
(
c
,
tp
,
rc
,
tc
)
function
c86379458
.
cfilter
(
c
,
tp
,
rc
,
tc
)
local
sg
=
Group
.
CreateGroup
()
local
sg
=
Group
.
CreateGroup
()
...
...
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