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
68c5a7f6
Commit
68c5a7f6
authored
May 16, 2015
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ade8e4e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
script/c33453260.lua
script/c33453260.lua
+0
-3
script/c43175858.lua
script/c43175858.lua
+1
-1
script/c94997874.lua
script/c94997874.lua
+2
-2
No files found.
script/c33453260.lua
View file @
68c5a7f6
...
@@ -63,9 +63,6 @@ function c33453260.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -63,9 +63,6 @@ function c33453260.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
end
function
c33453260
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33453260
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c33453260
.
descon
(
e
)
then
Duel
.
Destroy
(
c
,
REASON_EFFECT
)
end
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
c
:
IsRelateToEffect
(
e
)
and
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
and
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
then
Duel
.
Equip
(
tp
,
c
,
tc
)
Duel
.
Equip
(
tp
,
c
,
tc
)
...
...
script/c43175858.lua
View file @
68c5a7f6
...
@@ -39,7 +39,7 @@ function c43175858.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c43175858.initial_effect(c)
end
end
function
c43175858
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c43175858
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
3
)
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
3
)
if
chk
==
0
then
return
g
:
IsExists
(
Card
.
IsAbleToRemove
,
3
,
nil
)
end
if
chk
==
0
then
return
g
:
FilterCount
(
Card
.
IsAbleToRemove
,
nil
)
==
3
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
3
,
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
3
,
tp
,
LOCATION_DECK
)
end
end
function
c43175858
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c43175858
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
script/c94997874.lua
View file @
68c5a7f6
...
@@ -40,9 +40,9 @@ function c94997874.postg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -40,9 +40,9 @@ function c94997874.postg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
g
=
Duel
.
SelectTarget
(
tp
,
c94997874
.
posfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c94997874
.
posfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_POSITION
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_POSITION
,
g
,
1
,
0
,
0
)
if
g
:
GetFirst
():
IsFacedown
()
then
if
g
:
GetFirst
():
IsFacedown
()
then
return
e
:
SetLabel
(
0
)
e
:
SetLabel
(
0
)
else
else
return
e
:
SetLabel
(
1
)
e
:
SetLabel
(
1
)
end
end
end
end
function
c94997874
.
posop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c94997874
.
posop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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