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
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
GuGu
ygopro-THC-cards
Commits
8894889e
Commit
8894889e
authored
Apr 22, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gold fix 21045 & 86379552
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
95489046
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c21045.lua
script/c21045.lua
+1
-1
script/c86379552.lua
script/c86379552.lua
+1
-1
No files found.
script/c21045.lua
View file @
8894889e
...
...
@@ -10,7 +10,7 @@ function c21045.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c21045
.
filter
(
c
)
return
c
:
IsSetCard
(
0x256
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x256
)
and
c
:
IsAbleToHand
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c21045
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c21045
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
script/c86379552.lua
View file @
8894889e
...
...
@@ -69,7 +69,7 @@ function c86379552.desop(e,tp,eg,ep,ev,re,r,rp)
if
sc
:
IsType
(
TYPE_MONSTER
)
then
Duel
.
SpecialSummon
(
sc
,
0
,
1
-
tp
,
1
-
tp
,
false
,
false
,
POS_FACEDOWN_DEFENSE
)
else
Duel
.
SSet
(
tp
,
sc
,
1
-
tp
)
Duel
.
SSet
(
1
-
tp
,
sc
,
1
-
tp
)
end
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
...
...
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