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
05427e08
Commit
05427e08
authored
Feb 05, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
end_phase destroy
parent
991829e8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
3 deletions
+11
-3
script/c10389142.lua
script/c10389142.lua
+1
-0
script/c1764972.lua
script/c1764972.lua
+1
-0
script/c21007444.lua
script/c21007444.lua
+1
-0
script/c23171610.lua
script/c23171610.lua
+7
-3
script/c74845897.lua
script/c74845897.lua
+1
-0
No files found.
script/c10389142.lua
View file @
05427e08
...
...
@@ -67,6 +67,7 @@ function c10389142.descon(e,tp,eg,ep,ev,re,r,rp)
local
g
=
e
:
GetLabelObject
()
if
not
g
:
IsExists
(
c10389142
.
desfilter
,
1
,
nil
,
e
:
GetLabel
())
then
g
:
DeleteGroup
()
e
:
Reset
()
return
false
else
return
true
end
end
...
...
script/c1764972.lua
View file @
05427e08
...
...
@@ -89,6 +89,7 @@ function c1764972.descon(e,tp,eg,ep,ev,re,r,rp)
local
g
=
e
:
GetLabelObject
()
if
not
g
:
IsExists
(
c1764972
.
desfilter
,
1
,
nil
,
e
:
GetLabel
())
then
g
:
DeleteGroup
()
e
:
Reset
()
return
false
else
return
true
end
end
...
...
script/c21007444.lua
View file @
05427e08
...
...
@@ -61,6 +61,7 @@ function c21007444.descon(e,tp,eg,ep,ev,re,r,rp)
local
g
=
e
:
GetLabelObject
()
if
not
g
:
IsExists
(
c21007444
.
desfilter
,
1
,
nil
,
e
:
GetLabel
())
then
g
:
DeleteGroup
()
e
:
Reset
()
return
false
else
return
true
end
end
...
...
script/c23171610.lua
View file @
05427e08
...
...
@@ -20,12 +20,15 @@ function c23171610.filter(c)
end
function
c23171610
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c23171610
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
local
g
=
Duel
.
GetMatchingGroup
(
c23171610
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
e
:
SetLabelObject
(
g
)
end
function
c23171610
.
filter2
(
c
,
e
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_MACHINE
)
and
not
c
:
IsImmuneToEffect
(
e
)
function
c23171610
.
filter2
(
c
,
e
,
tp
)
return
c
:
Is
Controler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
Is
Faceup
()
and
c
:
IsRace
(
RACE_MACHINE
)
and
not
c
:
IsImmuneToEffect
(
e
)
end
function
c23171610
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
sg
=
Duel
.
GetMatchingGroup
(
c23171610
.
filter2
,
tp
,
LOCATION_MZONE
,
0
,
nil
,
e
)
local
g
=
e
:
GetLabelObject
()
sg
=
g
:
Filter
(
c23171610
.
filter2
,
nil
,
e
,
tp
)
local
c
=
e
:
GetHandler
()
local
fid
=
c
:
GetFieldID
()
local
tc
=
sg
:
GetFirst
()
...
...
@@ -59,6 +62,7 @@ function c23171610.descon(e,tp,eg,ep,ev,re,r,rp)
local
g
=
e
:
GetLabelObject
()
if
not
g
:
IsExists
(
c23171610
.
desfilter
,
1
,
nil
,
e
:
GetLabel
())
then
g
:
DeleteGroup
()
e
:
Reset
()
return
false
else
return
true
end
end
...
...
script/c74845897.lua
View file @
05427e08
...
...
@@ -52,6 +52,7 @@ function c74845897.rmcon(e,tp,eg,ep,ev,re,r,rp)
local
g
=
e
:
GetLabelObject
()
if
not
g
:
IsExists
(
c74845897
.
rmfilter
,
1
,
nil
,
e
:
GetLabel
())
then
g
:
DeleteGroup
()
e
:
Reset
()
return
false
else
return
true
end
end
...
...
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