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
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-scripts
Commits
d104b950
Commit
d104b950
authored
May 13, 2018
by
nekrozar
Committed by
nanahira
May 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Metaphys Ragnarok and so on (#1052)
* fix * fix
parent
611974a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
c19476824.lua
c19476824.lua
+3
-1
c24037702.lua
c24037702.lua
+1
-0
c60431417.lua
c60431417.lua
+1
-0
No files found.
c19476824.lua
View file @
d104b950
...
@@ -34,7 +34,9 @@ end
...
@@ -34,7 +34,9 @@ end
function
c19476824
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c19476824
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
3
)
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
3
)
if
g
:
GetCount
()
>
0
and
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
~=
0
if
#
g
<=
0
then
return
end
Duel
.
DisableShuffleCheck
()
if
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
~=
0
and
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
and
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
local
og
=
Duel
.
GetOperatedGroup
()
local
og
=
Duel
.
GetOperatedGroup
()
local
oc
=
og
:
FilterCount
(
Card
.
IsSetCard
,
nil
,
0x105
)
local
oc
=
og
:
FilterCount
(
Card
.
IsSetCard
,
nil
,
0x105
)
...
...
c24037702.lua
View file @
d104b950
...
@@ -32,6 +32,7 @@ function c24037702.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -32,6 +32,7 @@ function c24037702.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
local
ol
=
tc
:
GetOriginalLevel
()
local
ol
=
tc
:
GetOriginalLevel
()
local
rg
=
Duel
.
GetDecktopGroup
(
tp
,
ol
)
local
rg
=
Duel
.
GetDecktopGroup
(
tp
,
ol
)
Duel
.
DisableShuffleCheck
()
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
end
end
c60431417.lua
View file @
d104b950
...
@@ -67,6 +67,7 @@ function c60431417.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -67,6 +67,7 @@ function c60431417.thop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
>
0
then
if
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
>
0
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
local
rg
=
Duel
.
GetDecktopGroup
(
tp
,
4
)
local
rg
=
Duel
.
GetDecktopGroup
(
tp
,
4
)
Duel
.
DisableShuffleCheck
()
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
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