Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rd-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
苍蓝
rd-ygopro
Commits
2d44a2e4
Commit
2d44a2e4
authored
Aug 04, 2015
by
Steeldarkeagel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c91078716.lua
parent
120e4a04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/c91078716.lua
script/c91078716.lua
+2
-2
No files found.
script/c91078716.lua
View file @
2d44a2e4
...
...
@@ -31,8 +31,8 @@ function c91078716.filter(c)
return
c
:
IsReleasable
()
and
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
end
function
c91078716
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsRace
,
tp
,
LOCATION_MZONE
,
0
,
nil
,
RACE_PLANT
)
if
chk
==
0
then
return
g
:
GetCount
()
>
0
and
g
:
FilterCount
(
c91078716
.
filter
,
nil
)
==
g
:
GetCount
()
end
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c91078716
.
filter
,
1
,
nil
,
RACE_PLANT
)
end
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
c91078716
.
filter
,
1
,
1
,
nil
,
RACE_PLANT
)
Duel
.
Release
(
g
,
REASON_COST
)
end
function
c91078716
.
target1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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