Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
specials
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
JoyJ
specials
Commits
bb2d9e46
Commit
bb2d9e46
authored
Dec 21, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bb949386
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mr5/special.lua
mr5/special.lua
+2
-2
No files found.
mr5/special.lua
View file @
bb2d9e46
...
@@ -31,7 +31,7 @@ end
...
@@ -31,7 +31,7 @@ end
local
old_fromex
=
Duel
.
GetLocationCountFromEx
local
old_fromex
=
Duel
.
GetLocationCountFromEx
function
Duel
.
GetLocationCountFromEx
(
tp
,
...
)
function
Duel
.
GetLocationCountFromEx
(
tp
,
...
)
local
c
=
select
(
3
,
...
)
local
c
=
select
(
3
,
...
)
if
not
c
or
not
c
:
IsType
(
TYPE_LINK
)
then
if
not
c
or
c
:
IsType
(
TYPE_FUSION
+
TYPE_SYNCHRO
+
TYPE_XYZ
)
then
return
old_fromex
(
tp
,
...
)
return
old_fromex
(
tp
,
...
)
end
end
forced_to_extra
[
tp
]
=
true
forced_to_extra
[
tp
]
=
true
...
@@ -173,7 +173,7 @@ function Duel.SpecialSummon(g,...)
...
@@ -173,7 +173,7 @@ function Duel.SpecialSummon(g,...)
groups
[
3
]
=
tg
groups
[
3
]
=
tg
for
i
=
1
,
3
do
for
i
=
1
,
3
do
for
tc
in
Auxiliary
.
Next
(
groups
[
i
])
do
for
tc
in
Auxiliary
.
Next
(
groups
[
i
])
do
if
Duel
.
SpecialSummonStep
(
c
,
...
)
then
res
=
res
+
1
end
if
Duel
.
SpecialSummonStep
(
t
c
,
...
)
then
res
=
res
+
1
end
end
end
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
...
...
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