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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
d60c69fc
Commit
d60c69fc
authored
Apr 09, 2022
by
Chrono-Genex
Committed by
GitHub
Apr 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Knightmare Goblin, Noble Knight Custennin and Simorgh, Bird of Beginning (#1854)
parent
74a45523
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
c39064822.lua
c39064822.lua
+1
-1
c42472002.lua
c42472002.lua
+1
-1
c50820852.lua
c50820852.lua
+2
-1
No files found.
c39064822.lua
View file @
d60c69fc
...
...
@@ -29,7 +29,7 @@ function c39064822.lcheck(g,lc)
return
g
:
GetClassCount
(
Card
.
GetLinkCode
)
==
g
:
GetCount
()
end
function
c39064822
.
sumcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
and
Duel
.
GetTurnPlayer
()
==
tp
end
function
c39064822
.
sumcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsDiscardable
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
end
...
...
c42472002.lua
View file @
d60c69fc
...
...
@@ -54,7 +54,7 @@ function c42472002.effop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c42472002
.
sumcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFlagEffect
(
tp
,
42472002
)
==
0
return
Duel
.
GetFlagEffect
(
tp
,
42472002
)
==
0
and
Duel
.
GetTurnPlayer
()
==
tp
end
function
c42472002
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
Duel
.
IsPlayerCanAdditionalSummon
(
tp
)
end
...
...
c50820852.lua
View file @
d60c69fc
...
...
@@ -22,7 +22,8 @@ function c50820852.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c50820852
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
Duel
.
IsPlayerCanAdditionalSummon
(
tp
)
and
Duel
.
GetFlagEffect
(
tp
,
50820852
)
==
0
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
Duel
.
IsPlayerCanAdditionalSummon
(
tp
)
and
Duel
.
GetFlagEffect
(
tp
,
50820852
)
==
0
and
Duel
.
GetTurnPlayer
()
==
tp
end
end
function
c50820852
.
sumop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetFlagEffect
(
tp
,
50820852
)
~=
0
then
return
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