Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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-520DIY
ygopro
Commits
bc63f58a
Commit
bc63f58a
authored
Mar 04, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1146 from Steeldarkeagel/patch-36
Update c12247206.lua
parents
437e5fb3
31d9b3e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
script/c12247206.lua
script/c12247206.lua
+3
-0
No files found.
script/c12247206.lua
View file @
bc63f58a
...
...
@@ -60,6 +60,7 @@ function c12247206.activate(e,tp,eg,ep,ev,re,r,rp)
local
ft2
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_FACEUP
)
local
sg
=
Duel
.
SelectMatchingCard
(
1
-
tp
,
c12247206
.
selfilter
,
1
-
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
if
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
<
5
then
if
sg
:
GetCount
()
>
0
then
local
g
=
Duel
.
GetMatchingGroup
(
c12247206
.
filter
,
1
-
tp
,
0x13
,
0
,
nil
,
sg
:
GetFirst
():
GetCode
(),
e
,
1
-
tp
)
if
g
:
GetCount
()
<=
ft2
then
c12247206
.
sp
(
g
,
1
-
tp
,
POS_FACEUP
)
...
...
@@ -70,6 +71,8 @@ function c12247206.activate(e,tp,eg,ep,ev,re,r,rp)
g
:
Remove
(
c12247206
.
rmfilter
,
nil
)
gg
:
Merge
(
g
)
end
else
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SendtoGrave
(
gg
,
REASON_EFFECT
)
...
...
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