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
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
Vee4
ygopro-scripts-888
Commits
15e2844b
Commit
15e2844b
authored
May 23, 2022
by
Chrono-Genex
Committed by
GitHub
May 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ヴァリアンツB-バロン (#1889)
parent
4d3e01d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
c14418464.lua
c14418464.lua
+9
-8
No files found.
c14418464.lua
View file @
15e2844b
...
@@ -112,7 +112,7 @@ function c14418464.mvop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -112,7 +112,7 @@ function c14418464.mvop(e,tp,eg,ep,ev,re,r,rp)
local
nseq
=
0
local
nseq
=
0
if
seq
==
0
then
nseq
=
1
end
if
seq
==
0
then
nseq
=
1
end
if
seq
==
4
then
nseq
=
3
end
if
seq
==
4
then
nseq
=
3
end
Duel
.
MoveToField
(
tc
,
tp
,
tc
:
GetControler
(),
LOCATION_SZONE
,
POS_FACEUP
,
true
,
1
<<
nseq
)
if
Duel
.
MoveToField
(
tc
,
tp
,
tc
:
GetControler
(),
LOCATION_SZONE
,
POS_FACEUP
,
true
,
1
<<
nseq
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
@@ -120,4 +120,5 @@ function c14418464.mvop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -120,4 +120,5 @@ function c14418464.mvop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
)
e1
:
SetValue
(
TYPE_SPELL
+
TYPE_CONTINUOUS
)
e1
:
SetValue
(
TYPE_SPELL
+
TYPE_CONTINUOUS
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
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