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
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
Commits
93a3605e
Commit
93a3605e
authored
Oct 16, 2014
by
独孤朲
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #950 from salix5/fix-sptr
fix-SPTR
parents
821dd91a
8ef78a0d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
script/c28630501.lua
script/c28630501.lua
+1
-1
script/c39853199.lua
script/c39853199.lua
+1
-1
script/c65247798.lua
script/c65247798.lua
+1
-1
script/c92246806.lua
script/c92246806.lua
+1
-1
script/c93368494.lua
script/c93368494.lua
+1
-1
No files found.
script/c28630501.lua
View file @
93a3605e
...
...
@@ -82,7 +82,7 @@ function c28630501.rettg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c28630501
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
end
end
script/c39853199.lua
View file @
93a3605e
...
...
@@ -74,7 +74,7 @@ function c39853199.rettg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c39853199
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
end
end
script/c65247798.lua
View file @
93a3605e
...
...
@@ -85,7 +85,7 @@ function c65247798.rettg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c65247798
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
end
end
script/c92246806.lua
View file @
93a3605e
...
...
@@ -71,7 +71,7 @@ function c92246806.rettg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c92246806
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
end
end
script/c93368494.lua
View file @
93a3605e
...
...
@@ -102,7 +102,7 @@ function c93368494.rettg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c93368494
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
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