Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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-scripts
Commits
a65332c5
Commit
a65332c5
authored
Mar 27, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update aux.EnableSpiritReturn
parent
5663ffe0
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
89 additions
and
87 deletions
+89
-87
c16889337.lua
c16889337.lua
+1
-1
c17241370.lua
c17241370.lua
+1
-1
c2134346.lua
c2134346.lua
+1
-1
c2356994.lua
c2356994.lua
+1
-1
c24701235.lua
c24701235.lua
+1
-1
c3078576.lua
c3078576.lua
+1
-1
c34853266.lua
c34853266.lua
+1
-1
c38538445.lua
c38538445.lua
+1
-1
c38975369.lua
c38975369.lua
+1
-1
c39751093.lua
c39751093.lua
+1
-1
c40473581.lua
c40473581.lua
+1
-1
c40695128.lua
c40695128.lua
+1
-1
c43378076.lua
c43378076.lua
+1
-1
c43543777.lua
c43543777.lua
+1
-1
c45452224.lua
c45452224.lua
+1
-1
c50866755.lua
c50866755.lua
+1
-1
c73551138.lua
c73551138.lua
+1
-1
c75745607.lua
c75745607.lua
+1
-1
c76862289.lua
c76862289.lua
+1
-1
c77084837.lua
c77084837.lua
+1
-1
c82841979.lua
c82841979.lua
+1
-1
c89111398.lua
c89111398.lua
+1
-1
c94215860.lua
c94215860.lua
+1
-1
utility.lua
utility.lua
+66
-64
No files found.
c16889337.lua
View file @
a65332c5
--荒魂
function
c16889337
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c17241370.lua
View file @
a65332c5
--リチュア・ナタリア
function
c17241370
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c2134346.lua
View file @
a65332c5
--阿修羅
function
c2134346
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c2356994.lua
View file @
a65332c5
--偉大天狗
function
c2356994
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c24701235.lua
View file @
a65332c5
--和魂
function
c24701235
.
initial_effect
(
c
)
--spirit
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c3078576.lua
View file @
a65332c5
--八汰烏
function
c3078576
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c34853266.lua
View file @
a65332c5
--月読命
function
c34853266
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c38538445.lua
View file @
a65332c5
--不死之炎鳥
function
c38538445
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c38975369.lua
View file @
a65332c5
--軍荼利
function
c38975369
.
initial_effect
(
c
)
--spirit
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c39751093.lua
View file @
a65332c5
--竜宮之姫
function
c39751093
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c40473581.lua
View file @
a65332c5
--雷帝神
function
c40473581
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c40695128.lua
View file @
a65332c5
--磨破羅魏
function
c40695128
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c43378076.lua
View file @
a65332c5
--羅刹
function
c43378076
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c43543777.lua
View file @
a65332c5
--伊弉波
function
c43543777
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c45452224.lua
View file @
a65332c5
--金華猫
function
c45452224
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c50866755.lua
View file @
a65332c5
--鳳凰
function
c50866755
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c73551138.lua
View file @
a65332c5
--リチュア・エミリア
function
c73551138
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c75745607.lua
View file @
a65332c5
--火之迦具土
function
c75745607
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c76862289.lua
View file @
a65332c5
--八俣大蛇
function
c76862289
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c77084837.lua
View file @
a65332c5
--因幡之白兎
function
c77084837
.
initial_effect
(
c
)
--spirit return
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c82841979.lua
View file @
a65332c5
...
...
@@ -2,7 +2,7 @@
function
c82841979
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--spirit return
aux
.
EnableSpiritReturn
(
c
,
true
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SPSUMMON_SUCCESS
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c89111398.lua
View file @
a65332c5
--砂塵の悪霊
function
c89111398
.
initial_effect
(
c
)
--spirit
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c94215860.lua
View file @
a65332c5
--夜叉
function
c94215860
.
initial_effect
(
c
)
--spirit
aux
.
EnableSpiritReturn
(
c
)
aux
.
EnableSpiritReturn
(
c
,
EVENT_SUMMON_SUCCESS
,
EVENT_FLIP
)
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
utility.lua
View file @
a65332c5
...
...
@@ -34,18 +34,6 @@ function Auxiliary.NOT(f)
return
not
f
(
a
,
b
,
c
)
end
end
function
Auxiliary
.
IsDualState
(
effect
)
local
c
=
effect
:
GetHandler
()
return
not
c
:
IsDisabled
()
and
c
:
IsDualState
()
end
function
Auxiliary
.
IsNotDualState
(
effect
)
local
c
=
effect
:
GetHandle
()
return
c
:
IsDisabled
()
or
not
c
:
IsDualState
()
end
function
Auxiliary
.
DualNormalCondition
(
effect
)
local
c
=
effect
:
GetHandler
()
return
c
:
IsFaceup
()
and
not
c
:
IsDualState
()
end
function
Auxiliary
.
BeginPuzzle
(
effect
)
local
e1
=
Effect
.
GlobalEffect
()
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
...
...
@@ -69,6 +57,18 @@ end
function
Auxiliary
.
PuzzleOp
(
e
,
tp
)
Duel
.
SetLP
(
0
,
0
)
end
function
Auxiliary
.
IsDualState
(
effect
)
local
c
=
effect
:
GetHandler
()
return
not
c
:
IsDisabled
()
and
c
:
IsDualState
()
end
function
Auxiliary
.
IsNotDualState
(
effect
)
local
c
=
effect
:
GetHandle
()
return
c
:
IsDisabled
()
or
not
c
:
IsDualState
()
end
function
Auxiliary
.
DualNormalCondition
(
effect
)
local
c
=
effect
:
GetHandler
()
return
c
:
IsFaceup
()
and
not
c
:
IsDualState
()
end
function
Auxiliary
.
EnableDualAttribute
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -87,6 +87,60 @@ function Auxiliary.EnableDualAttribute(c)
e3
:
SetValue
(
TYPE_EFFECT
)
c
:
RegisterEffect
(
e3
)
end
--register effect of return to hand for Spirit monsters
function
Auxiliary
.
EnableSpiritReturn
(
c
,
event1
,
event2
,
event3
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetOperation
(
Auxiliary
.
SpiritReturnReg
)
e1
:
SetCode
(
event1
)
c
:
RegisterEffect
(
e1
)
if
event2
then
local
e2
=
e1
:
Clone
()
e2
:
SetCode
(
event2
)
c
:
RegisterEffect
(
e2
)
end
if
event3
then
local
e3
=
e1
:
Clone
()
e3
:
SetCode
(
event3
)
c
:
RegisterEffect
(
e3
)
end
end
function
Auxiliary
.
SpiritReturnReg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetDescription
(
1104
)
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetReset
(
RESET_EVENT
+
0x1ee0000
+
RESET_PHASE
+
PHASE_END
)
e1
:
SetCondition
(
Auxiliary
.
SpiritReturnCondition
)
e1
:
SetTarget
(
Auxiliary
.
SpiritReturnTarget
)
e1
:
SetOperation
(
Auxiliary
.
SpiritReturnOperation
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
c
:
RegisterEffect
(
e2
)
end
function
Auxiliary
.
SpiritReturnCondition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsHasEffect
(
EFFECT_SPIRIT_DONOT_RETURN
)
then
return
false
end
if
e
:
IsHasType
(
EFFECT_TYPE_TRIGGER_F
)
then
return
not
c
:
IsHasEffect
(
EFFECT_SPIRIT_MAYNOT_RETURN
)
else
return
c
:
IsHasEffect
(
EFFECT_SPIRIT_MAYNOT_RETURN
)
end
end
function
Auxiliary
.
SpiritReturnTarget
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
Auxiliary
.
SpiritReturnOperation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
end
end
function
Auxiliary
.
TargetEqualFunction
(
f
,
value
,
a
,
b
,
c
)
return
function
(
effect
,
target
)
return
f
(
target
,
a
,
b
,
c
)
==
value
...
...
@@ -1647,55 +1701,3 @@ end
function
Auxiliary
.
nvfilter
(
c
)
return
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
end
--register effect of return to hand for Spirit monsters
function
Auxiliary
.
EnableSpiritReturn
(
c
,
sponly
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetOperation
(
Auxiliary
.
sprtreg
)
if
not
sponly
then
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
e2
:
SetCode
(
EVENT_FLIP
)
c
:
RegisterEffect
(
e2
)
else
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e1
)
end
end
function
Auxiliary
.
sprtreg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetDescription
(
1104
)
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetReset
(
RESET_EVENT
+
0x1ee0000
+
RESET_PHASE
+
PHASE_END
)
e1
:
SetCondition
(
Auxiliary
.
sprtcon
)
e1
:
SetTarget
(
Auxiliary
.
sprttg
)
e1
:
SetOperation
(
Auxiliary
.
sprtop
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
c
:
RegisterEffect
(
e2
)
end
function
Auxiliary
.
sprtcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsHasEffect
(
EFFECT_SPIRIT_DONOT_RETURN
)
then
return
false
end
if
e
:
IsHasType
(
EFFECT_TYPE_TRIGGER_F
)
then
return
not
c
:
IsHasEffect
(
EFFECT_SPIRIT_MAYNOT_RETURN
)
else
return
c
:
IsHasEffect
(
EFFECT_SPIRIT_MAYNOT_RETURN
)
end
end
function
Auxiliary
.
sprttg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
Auxiliary
.
sprtop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
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