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
a62ab94f
Commit
a62ab94f
authored
Mar 20, 2021
by
Chrono-Genex
Committed by
GitHub
Mar 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Tellus the Little Angel etc. (#1592)
parent
74bda740
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c19280589.lua
c19280589.lua
+1
-1
c60025883.lua
c60025883.lua
+1
-1
c89907227.lua
c89907227.lua
+1
-1
No files found.
c19280589.lua
View file @
a62ab94f
...
...
@@ -56,7 +56,7 @@ function c19280589.ctkfilter(c)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
19280590
)
end
function
c19280589
.
tkcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c19280589
.
ctkfilter
,
tp
,
LOCATION_
MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c19280589
.
ctkfilter
,
tp
,
LOCATION_
ONFIELD
,
0
,
1
,
nil
)
end
function
c19280589
.
tktg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
...
...
c60025883.lua
View file @
a62ab94f
...
...
@@ -102,5 +102,5 @@ function c60025883.tgfilter(c)
return
c
:
GetOriginalCode
()
==
60025884
end
function
c60025883
.
tgcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c60025883
.
tgfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_
MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c60025883
.
tgfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_
ONFIELD
,
0
,
1
,
nil
)
end
c89907227.lua
View file @
a62ab94f
...
...
@@ -73,7 +73,7 @@ end
function
c89907227
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsCode
,
tp
,
LOCATION_
MZONE
,
0
,
1
,
nil
,
89907228
)
end
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsCode
,
tp
,
LOCATION_
ONFIELD
,
0
,
1
,
nil
,
89907228
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
c89907227
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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