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
Mr.Tan
pre-release-database-cdb
Commits
274bff25
Commit
274bff25
authored
Jan 24, 2025
by
Mr.Tan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ボンバー・プレイス
parent
b18eca3c
Pipeline
#32780
failed with stages
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
script/c101208034.lua
script/c101208034.lua
+3
-2
No files found.
script/c101208034.lua
View file @
274bff25
...
@@ -28,7 +28,7 @@ function s.descon1(tp)
...
@@ -28,7 +28,7 @@ function s.descon1(tp)
end
end
function
s
.
tgfilter1
(
c
,
tp
)
function
s
.
tgfilter1
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsLevelAbove
(
1
)
return
c
:
IsFaceup
()
and
c
:
IsLevelAbove
(
1
)
and
Duel
.
IsExistingMatchingCard
(
s
.
desfilter1
,
tp
,
0
,
LOCATION_MZONE
,
c
,
c
:
GetLevel
())
and
Duel
.
IsExistingMatchingCard
(
s
.
desfilter1
,
tp
,
0
,
LOCATION_MZONE
,
1
,
c
,
c
:
GetLevel
())
end
end
function
s
.
desfilter1
(
c
,
lv
)
function
s
.
desfilter1
(
c
,
lv
)
return
c
:
IsFaceup
()
and
(
c
:
IsLevel
(
lv
)
or
c
:
IsRank
(
lv
)
or
c
:
IsLink
(
lv
))
return
c
:
IsFaceup
()
and
(
c
:
IsLevel
(
lv
)
or
c
:
IsRank
(
lv
)
or
c
:
IsLink
(
lv
))
...
@@ -48,7 +48,8 @@ function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -48,7 +48,8 @@ function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b1
,
aux
.
Stringid
(
id
,
0
),
1
},
{
b2
,
aux
.
Stringid
(
id
,
1
),
2
})
{
b2
,
aux
.
Stringid
(
id
,
1
),
2
})
e
:
SetLabel
(
label
)
e
:
SetLabel
(
label
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
LOCATION_MZONE
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
1
,
0
,
0
)
end
end
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
label
=
e
:
GetLabel
()
local
label
=
e
:
GetLabel
()
...
...
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