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
12d9a1fe
Commit
12d9a1fe
authored
Jan 17, 2019
by
AndreOliveiraMendes
Committed by
mercury233
Jan 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#1136)
parent
643d6caa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c67508932.lua
c67508932.lua
+2
-2
No files found.
c67508932.lua
View file @
12d9a1fe
...
@@ -87,7 +87,7 @@ function c67508932.val(e,re,dam,r,rp,rc)
...
@@ -87,7 +87,7 @@ function c67508932.val(e,re,dam,r,rp,rc)
end
end
function
c67508932
.
spfilter
(
c
,
e
,
tp
)
function
c67508932
.
spfilter
(
c
,
e
,
tp
)
return
c
:
GetFlagEffectLabel
(
67508932
)
==
e
:
GetHandler
():
GetFieldID
()
return
c
:
GetFlagEffectLabel
(
67508932
)
==
e
:
GetHandler
():
GetFieldID
()
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
,
1
-
tp
)
end
end
function
c67508932
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c67508932
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
67508933
)
>
0
return
e
:
GetHandler
():
GetFlagEffect
(
67508933
)
>
0
...
@@ -98,7 +98,7 @@ function c67508932.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -98,7 +98,7 @@ function c67508932.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
g
,
#
g
,
tp
,
LOCATION_REMOVED
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
g
,
#
g
,
tp
,
LOCATION_REMOVED
)
end
end
function
c67508932
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c67508932
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
local
tg
=
Duel
.
GetMatchingGroup
(
c67508932
.
spfilter
,
tp
,
LOCATION_REMOVED
,
LOCATION_REMOVED
,
nil
,
e
,
tp
)
local
tg
=
Duel
.
GetMatchingGroup
(
c67508932
.
spfilter
,
tp
,
LOCATION_REMOVED
,
LOCATION_REMOVED
,
nil
,
e
,
tp
)
if
ft
<=
0
or
#
tg
==
0
then
return
end
if
ft
<=
0
or
#
tg
==
0
then
return
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
ft
=
1
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
ft
=
1
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