Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
8412452e
Commit
8412452e
authored
Apr 01, 2015
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
66cb7bbd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
script/c13959634.lua
script/c13959634.lua
+3
-2
script/c35842855.lua
script/c35842855.lua
+3
-2
script/c53027855.lua
script/c53027855.lua
+3
-2
script/c61468779.lua
script/c61468779.lua
+3
-2
No files found.
script/c13959634.lua
View file @
8412452e
...
...
@@ -28,7 +28,7 @@ function c13959634.initial_effect(c)
--leave
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
_P
)
e4
:
SetOperation
(
c13959634
.
leaveop
)
c
:
RegisterEffect
(
e4
)
end
...
...
@@ -46,7 +46,8 @@ function c13959634.hdop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
+
REASON_DISCARD
)
end
function
c13959634
.
leaveop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
effp
=
e
:
GetHandler
():
GetPreviousControler
()
if
e
:
GetHandler
():
IsFacedown
()
then
return
end
local
effp
=
e
:
GetHandler
():
GetControler
()
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_SKIP_BP
)
...
...
script/c35842855.lua
View file @
8412452e
...
...
@@ -29,7 +29,7 @@ function c35842855.initial_effect(c)
--leave
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
_P
)
e4
:
SetOperation
(
c35842855
.
leaveop
)
c
:
RegisterEffect
(
e4
)
end
...
...
@@ -60,7 +60,8 @@ function c35842855.desop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c35842855
.
leaveop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
effp
=
e
:
GetHandler
():
GetPreviousControler
()
if
e
:
GetHandler
():
IsFacedown
()
then
return
end
local
effp
=
e
:
GetHandler
():
GetControler
()
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_SKIP_BP
)
...
...
script/c53027855.lua
View file @
8412452e
...
...
@@ -28,7 +28,7 @@ function c53027855.initial_effect(c)
--leave
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
_P
)
e4
:
SetOperation
(
c53027855
.
leaveop
)
c
:
RegisterEffect
(
e4
)
end
...
...
@@ -50,7 +50,8 @@ function c53027855.desop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
function
c53027855
.
leaveop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
effp
=
e
:
GetHandler
():
GetPreviousControler
()
if
e
:
GetHandler
():
IsFacedown
()
then
return
end
local
effp
=
e
:
GetHandler
():
GetControler
()
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_SKIP_BP
)
...
...
script/c61468779.lua
View file @
8412452e
...
...
@@ -28,7 +28,7 @@ function c61468779.initial_effect(c)
--leave
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
_P
)
e4
:
SetOperation
(
c61468779
.
leaveop
)
c
:
RegisterEffect
(
e4
)
end
...
...
@@ -55,7 +55,8 @@ function c61468779.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c61468779
.
leaveop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
effp
=
e
:
GetHandler
():
GetPreviousControler
()
if
e
:
GetHandler
():
IsFacedown
()
then
return
end
local
effp
=
e
:
GetHandler
():
GetControler
()
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_SKIP_BP
)
...
...
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