Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
f45f5069
Commit
f45f5069
authored
Nov 08, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
88e397d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
expansions/script/c12042013.lua
expansions/script/c12042013.lua
+4
-1
No files found.
.gitlab-ci.yml
View file @
f45f5069
...
...
@@ -5,7 +5,7 @@ stages:
variables
:
GIT_DEPTH
:
"
1"
LAST_UPDATE_DATE
:
"
2020.10.26"
CURRENT_UPDATE_DATE
:
"
2020.11.
7
"
CURRENT_UPDATE_DATE
:
"
2020.11.
8
"
redtext
:
stage
:
prepare
...
...
expansions/script/c12042013.lua
View file @
f45f5069
...
...
@@ -63,8 +63,11 @@ end
function
cm
.
fselect
(
g
,
mc
)
return
g
:
IsContains
(
mc
)
end
function
cm
.
costfilter1
(
c
)
return
c
:
IsRace
(
RACE_INSECT
)
and
c
:
IsAbleToRemoveAsCost
()
end
function
cm
.
discost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToRemoveAsCost
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
costfilter1
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
if
chk
==
0
then
return
g
:
CheckSubGroup
(
cm
.
fselect
,
4
,
4
,
e
:
GetHandler
())
end
local
rg
=
g
:
SelectSubGroup
(
tp
,
cm
.
fselect
,
false
,
4
,
4
,
e
:
GetHandler
())
Duel
.
Remove
(
rg
,
POS_FACEUP
,
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