Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
a1e091a4
Commit
a1e091a4
authored
Oct 18, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
11164e0f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c101111014.lua
script/c101111014.lua
+1
-1
script/c101111016.lua
script/c101111016.lua
+1
-1
No files found.
script/c101111014.lua
View file @
a1e091a4
...
...
@@ -21,7 +21,7 @@ function c101111014.initial_effect(c)
c
:
RegisterEffect
(
e3
)
local
e4
=
e3
:
Clone
()
e4
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
e
3
:
SetValue
(
2000
)
e
4
:
SetValue
(
2000
)
c
:
RegisterEffect
(
e4
)
end
function
c101111014
.
sfilter
(
c
)
...
...
script/c101111016.lua
View file @
a1e091a4
...
...
@@ -66,7 +66,7 @@ function c101111016.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
ts
,
HINTMSG_SET
)
local
tg
=
sg
:
RandomSelect
(
1
-
ts
,
1
)
local
tc
=
tg
:
GetFirst
()
if
tc
and
Duel
.
SSet
(
tp
,
tc
,
t
p
,
false
)
~=
0
then
if
tc
and
Duel
.
SSet
(
tp
,
tc
,
t
s
,
false
)
~=
0
then
Duel
.
ShuffleDeck
(
ts
)
local
c
=
e
:
GetHandler
()
local
fid
=
c
:
GetFieldID
()
...
...
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