Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
Vee4
ygopro-scripts-888
Commits
a9d82bca
Commit
a9d82bca
authored
Nov 16, 2021
by
Chrono-Genex
Committed by
GitHub
Nov 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix The Iris Swordsoul (#1743)
parent
0cbc8a9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
c62849088.lua
c62849088.lua
+6
-3
No files found.
c62849088.lua
View file @
a9d82bca
...
...
@@ -48,14 +48,17 @@ end
function
c62849088
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
Card
.
IsSummonPlayer
,
1
,
nil
,
1
-
tp
)
end
function
c62849088
.
spfilter
(
c
,
loc
)
return
c
:
GetOriginalType
()
&
TYPE_MONSTER
~=
0
and
c
:
IsSummonLocation
(
loc
)
end
function
c62849088
.
desfilter
(
c
,
tp
)
return
c
:
IsSummonPlayer
(
1
-
tp
)
and
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
end
function
c62849088
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
b1
=
eg
:
IsExists
(
Card
.
IsSummonLocation
,
1
,
nil
,
LOCATION_HAND
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
local
b1
=
eg
:
IsExists
(
c62849088
.
spfilter
,
1
,
nil
,
LOCATION_HAND
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsCanBeSpecialSummoned
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
0
,
tp
,
false
,
false
)
local
b2
=
eg
:
IsExists
(
Card
.
IsSummonLocation
,
1
,
nil
,
LOCATION_DECK
)
and
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
local
b3
=
eg
:
IsExists
(
Card
.
IsSummonLocation
,
1
,
nil
,
LOCATION_EXTRA
)
local
b2
=
eg
:
IsExists
(
c62849088
.
spfilter
,
1
,
nil
,
LOCATION_DECK
)
and
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
local
b3
=
eg
:
IsExists
(
c62849088
.
spfilter
,
1
,
nil
,
LOCATION_EXTRA
)
if
chk
==
0
then
return
b1
or
b2
or
b3
end
local
off
=
1
local
ops
=
{}
...
...
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