Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
f6cf5c5a
Commit
f6cf5c5a
authored
Dec 13, 2021
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 20056 74563016
parent
e5ab1dcc
Pipeline
#7822
passed with stage
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
script/c20056.lua
script/c20056.lua
+2
-2
script/c74563016.lua
script/c74563016.lua
+1
-1
No files found.
script/c20056.lua
View file @
f6cf5c5a
...
...
@@ -195,8 +195,8 @@ function c20056.MultiSpecialSummon(sptg,sumplayer,tgplayer,count,nocheck,nolimit
end
cur
=
sptgc
:
GetNext
()
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sc
=
psg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
Hint
(
HINT_SELECTMSG
,
sumplayer
,
HINTMSG_SPSUMMON
)
local
sc
=
psg
:
Select
(
sumplayer
,
1
,
1
,
nil
):
GetFirst
()
if
Duel
.
SpecialSummonStep
(
sc
,
SUMMON_TYPE_SPECIAL
,
sumplayer
,
tgplayer
,
nocheck
,
nolimit
,
pos
,
loctable
[
sc
])
then
spcount
=
spcount
+
1
sptgc
:
RemoveCard
(
sc
)
...
...
script/c74563016.lua
View file @
f6cf5c5a
...
...
@@ -5,7 +5,7 @@ function c74563016.initial_effect(c)
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x258
),
c74563016
.
matfilter
,
true
)
--equip
local
e12
=
Effect
.
CreateEffect
(
c
)
e12
:
SetCategory
(
CATEGORY_
REMOVE
)
e12
:
SetCategory
(
CATEGORY_
DESTROY
)
e12
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e12
:
SetRange
(
LOCATION_MZONE
)
e12
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
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