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
8ec870ce
Commit
8ec870ce
authored
May 02, 2018
by
dest
Committed by
nanahira
May 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Hysteric Party + Exodius (#1042)
* fix ヒステリック・パーティー * fix 究極封印神エクゾディオス
parent
2b92a28f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c13893596.lua
c13893596.lua
+1
-1
c77778835.lua
c77778835.lua
+1
-1
No files found.
c13893596.lua
View file @
8ec870ce
...
@@ -92,7 +92,7 @@ end
...
@@ -92,7 +92,7 @@ end
function
c13893596
.
winop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c13893596
.
winop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
WIN_REASON_EXODIUS
=
0x14
local
WIN_REASON_EXODIUS
=
0x14
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
c13893596
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
aux
.
ExceptThisCard
(
e
)
)
local
g
=
Duel
.
GetMatchingGroup
(
c13893596
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
c
)
if
g
:
GetClassCount
(
Card
.
GetCode
)
==
5
then
if
g
:
GetClassCount
(
Card
.
GetCode
)
==
5
then
Duel
.
Win
(
tp
,
WIN_REASON_EXODIUS
)
Duel
.
Win
(
tp
,
WIN_REASON_EXODIUS
)
end
end
...
...
c77778835.lua
View file @
8ec870ce
...
@@ -50,6 +50,6 @@ function c77778835.desfilter(c,rc)
...
@@ -50,6 +50,6 @@ function c77778835.desfilter(c,rc)
return
rc
:
IsHasCardTarget
(
c
)
return
rc
:
IsHasCardTarget
(
c
)
end
end
function
c77778835
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c77778835
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c77778835
.
desfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
aux
.
ExceptThisCard
(
e
))
local
g
=
Duel
.
GetMatchingGroup
(
c77778835
.
desfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
e
:
GetHandler
(
))
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
Duel
.
Destroy
(
g
,
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