Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
MyCard
pre-release-database-cdb
Commits
072d5fc5
Commit
072d5fc5
authored
Feb 02, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Mitsurugi Ritual
parent
51ca096c
Pipeline
#32916
passed with stages
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c101207095.lua
script/c101207095.lua
+3
-3
No files found.
script/c101207095.lua
View file @
072d5fc5
...
...
@@ -23,9 +23,9 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
mg1
=
Duel
.
GetRitualMaterial
(
tp
):
Filter
(
Card
.
IsRace
,
nil
,
RACE_REPTILE
)
local
mg2
=
Duel
.
GetMatchingGroup
(
s
.
mfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
s1
=
Duel
.
IsExistingMatchingCard
(
aux
.
RitualUltimateFilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
s
.
filter
,
e
,
tp
,
mg1
,
nil
,
Card
.
GetLevel
,
"Equal"
)
aux
.
GCheckAdditional
=
s
.
gfilter
aux
.
R
GCheckAdditional
=
s
.
gfilter
local
s2
=
Duel
.
IsExistingMatchingCard
(
aux
.
RitualUltimateFilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
s
.
filter
,
e
,
tp
,
mg1
,
mg2
,
Card
.
GetLevel
,
"Equal"
)
aux
.
GCheckAdditional
=
nil
aux
.
R
GCheckAdditional
=
nil
local
b1
=
s1
and
(
Duel
.
GetFlagEffect
(
tp
,
id
)
==
0
or
not
e
:
IsCostChecked
())
local
b2
=
s2
and
(
Duel
.
GetFlagEffect
(
tp
,
id
+
o
)
==
0
or
not
e
:
IsCostChecked
())
if
chk
==
0
then
return
b1
or
b2
end
...
...
@@ -73,7 +73,7 @@ function s.spop1(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
spop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
::
cancel
::
aux
.
GCheckAdditional
=
s
.
gfilter
aux
.
R
GCheckAdditional
=
s
.
gfilter
local
mg1
=
Duel
.
GetRitualMaterial
(
tp
):
Filter
(
Card
.
IsRace
,
nil
,
RACE_REPTILE
)
local
mg2
=
Duel
.
GetMatchingGroup
(
s
.
mfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
...
...
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