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
4
Merge Requests
4
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
92a9d029
Commit
92a9d029
authored
Dec 03, 2023
by
想象力很好的毛虫
Committed by
GitHub
Dec 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Condition (#2250)
parent
de45171c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
c29942771.lua
c29942771.lua
+1
-4
c53087962.lua
c53087962.lua
+1
-1
c6556909.lua
c6556909.lua
+1
-1
No files found.
c29942771.lua
View file @
92a9d029
...
@@ -56,11 +56,8 @@ function c29942771.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -56,11 +56,8 @@ function c29942771.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
end
end
end
function
c29942771
.
cfilter
(
c
,
tp
)
return
c
:
IsSummonPlayer
(
tp
)
end
function
c29942771
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c29942771
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c29942771
.
cfilter
,
1
,
nil
,
1
-
tp
)
return
eg
:
IsExists
(
Card
.
IsSummonPlayer
,
1
,
e
:
GetHandler
()
,
1
-
tp
)
end
end
function
c29942771
.
spfilter
(
c
,
e
,
tp
)
function
c29942771
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x2a
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x2a
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
c53087962.lua
View file @
92a9d029
...
@@ -75,7 +75,7 @@ function c53087962.distg(e,c)
...
@@ -75,7 +75,7 @@ function c53087962.distg(e,c)
return
c
:
GetSummonLocation
()
==
LOCATION_EXTRA
and
c
:
IsLevel
(
0
)
return
c
:
GetSummonLocation
()
==
LOCATION_EXTRA
and
c
:
IsLevel
(
0
)
end
end
function
c53087962
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c53087962
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
Card
.
IsSummonPlayer
,
1
,
nil
,
1
-
tp
)
return
eg
:
IsExists
(
Card
.
IsSummonPlayer
,
1
,
e
:
GetHandler
()
,
1
-
tp
)
end
end
function
c53087962
.
thfilter
(
c
)
function
c53087962
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x163
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x163
)
and
c
:
IsAbleToHand
()
...
...
c6556909.lua
View file @
92a9d029
...
@@ -29,7 +29,7 @@ function c6556909.initial_effect(c)
...
@@ -29,7 +29,7 @@ function c6556909.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c6556909
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c6556909
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
Card
.
IsSummonPlayer
,
1
,
nil
,
1
-
tp
)
return
eg
:
IsExists
(
Card
.
IsSummonPlayer
,
1
,
e
:
GetHandler
()
,
1
-
tp
)
end
end
function
c6556909
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c6556909
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
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