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
Reinen
ygopro-scripts
Commits
a6d73d1d
Commit
a6d73d1d
authored
Aug 02, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cc8773d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c97811903.lua
c97811903.lua
+1
-1
c98153934.lua
c98153934.lua
+1
-1
c99469936.lua
c99469936.lua
+1
-1
No files found.
c97811903.lua
View file @
a6d73d1d
...
...
@@ -37,7 +37,7 @@ function c97811903.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
not
c
:
IsReason
(
REASON_REPLACE
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetReasonPlayer
()
~=
tp
and
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_HAND
,
0
)
>
0
end
if
Duel
.
Select
YesNo
(
tp
,
aux
.
Stringid
(
97811903
,
0
)
)
then
if
Duel
.
Select
EffectYesNo
(
tp
,
c
,
96
)
then
Duel
.
DiscardHand
(
tp
,
nil
,
1
,
1
,
REASON_EFFECT
+
REASON_DISCARD
)
return
true
else
return
false
end
...
...
c98153934.lua
View file @
a6d73d1d
...
...
@@ -57,7 +57,7 @@ function c98153934.repfilter(c,tp)
end
function
c98153934
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemove
()
and
eg
:
IsExists
(
c98153934
.
repfilter
,
1
,
nil
,
tp
)
end
return
Duel
.
Select
YesNo
(
tp
,
aux
.
Stringid
(
98153934
,
0
)
)
return
Duel
.
Select
EffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
end
function
c98153934
.
repval
(
e
,
c
)
return
c98153934
.
repfilter
(
c
,
e
:
GetHandlerPlayer
())
...
...
c99469936.lua
View file @
a6d73d1d
...
...
@@ -39,7 +39,7 @@ function c99469936.atkval(e,c)
end
function
c99469936
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_EFFECT
)
end
if
Duel
.
Select
YesNo
(
tp
,
aux
.
Stringid
(
99469936
,
1
)
)
then
if
Duel
.
Select
EffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
then
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_EFFECT
)
return
true
else
return
false
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