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
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
八宫一月
ygopro-THC-cards
Commits
8265dbfd
Commit
8265dbfd
authored
Apr 12, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 27038
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
f65a3bfd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
script/c27038.lua
script/c27038.lua
+1
-1
No files found.
script/c27038.lua
View file @
8265dbfd
...
...
@@ -60,7 +60,7 @@ function c27038.cfilter(c)
return
c
:
IsSetCard
(
0x242
)
end
function
c27038
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c27038
.
cofilter
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
or
Duel
.
CheckReleaseGroup
(
tp
,
c27038
.
cfilter
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c27038
.
cofilter
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
or
Duel
.
CheckReleaseGroup
Ex
(
tp
,
c27038
.
cfilter
,
1
,
nil
)
end
if
Duel
.
IsExistingMatchingCard
(
c27038
.
cofilter
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
then
return
end
local
g
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c27038
.
cfilter
,
1
,
1
,
nil
)
Duel
.
Release
(
g
,
REASON_COST
)
...
...
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