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
c89cc8ce
Commit
c89cc8ce
authored
Jan 17, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix キラーチューン
parent
a1755a72
Pipeline
#42631
passed with stages
in 4 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
script/c40847034.lua
script/c40847034.lua
+6
-2
script/c41069676.lua
script/c41069676.lua
+6
-2
No files found.
script/c40847034.lua
View file @
c89cc8ce
...
@@ -42,10 +42,14 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -42,10 +42,14 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
te
=
tc
.
killer_tune_be_material_effect
local
te
=
tc
.
killer_tune_be_material_effect
if
te
then
if
te
then
local
tg
=
te
:
GetTarget
()
local
tg
=
te
:
GetTarget
()
if
tg
then
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
1
)
end
if
tg
then
local
cchk
=
e
:
IsCostChecked
()
e
:
SetCostCheck
(
false
)
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
1
)
e
:
SetCostCheck
(
cchk
)
end
end
end
Duel
.
ClearOperationInfo
(
0
)
Duel
.
ClearOperationInfo
(
0
)
e
:
SetCategory
(
CATEGORY_TOHAND
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g
,
1
,
0
,
0
)
end
end
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
script/c41069676.lua
View file @
c89cc8ce
...
@@ -61,9 +61,13 @@ function s.cptg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -61,9 +61,13 @@ function s.cptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
ClearTargetCard
()
Duel
.
ClearTargetCard
()
e
:
SetLabelObject
(
te
)
e
:
SetLabelObject
(
te
)
local
tg
=
te
:
GetTarget
()
local
tg
=
te
:
GetTarget
()
if
tg
then
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
1
)
end
if
tg
then
local
cchk
=
e
:
IsCostChecked
()
e
:
SetCostCheck
(
false
)
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
1
)
e
:
SetCostCheck
(
cchk
)
end
Duel
.
ClearOperationInfo
(
0
)
Duel
.
ClearOperationInfo
(
0
)
e
:
SetCategory
(
0
)
end
end
function
s
.
cpop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
cpop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
te
=
e
:
GetLabelObject
()
local
te
=
e
:
GetLabelObject
()
...
...
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