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
7b721c64
Commit
7b721c64
authored
Jun 13, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix SUMMON_TYPE_ADVANCE with no tribute
parent
f3056274
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
c35306215.lua
c35306215.lua
+1
-0
c80230510.lua
c80230510.lua
+1
-0
c92001300.lua
c92001300.lua
+1
-0
No files found.
c35306215.lua
View file @
7b721c64
...
...
@@ -60,6 +60,7 @@ function c35306215.otop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c35306215
.
rmfilter
,
tp
,
LOCATION_GRAVE
,
0
,
2
,
2
,
nil
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
c
:
SetMaterial
(
nil
)
end
function
c35306215
.
thcost
(
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
...
...
c80230510.lua
View file @
7b721c64
...
...
@@ -59,4 +59,5 @@ function c80230510.otop(e,tp,eg,ep,ev,re,r,rp,c)
g1
:
Merge
(
g2
)
Duel
.
Remove
(
g1
,
POS_FACEUP
,
REASON_COST
)
Duel
.
ResetFlagEffect
(
tp
,
80230510
)
c
:
SetMaterial
(
nil
)
end
c92001300.lua
View file @
7b721c64
...
...
@@ -50,4 +50,5 @@ function c92001300.sumcon(e,c,minc)
end
function
c92001300
.
sumop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
Duel
.
Release
(
e
:
GetHandler
(),
REASON_COST
)
c
:
SetMaterial
(
Group
.
FromCards
(
e
:
GetHandler
()))
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