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
4
Merge Requests
4
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
b9ec5d71
Commit
b9ec5d71
authored
Jul 28, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ZS-双頭龍賢者
equip_monster is reserved name for Relinquished.
parent
377781b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
c32281491.lua
c32281491.lua
+3
-3
No files found.
c32281491.lua
View file @
b9ec5d71
...
@@ -56,8 +56,8 @@ function c32281491.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -56,8 +56,8 @@ function c32281491.spop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
c32281491
.
eqfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
tc
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
c32281491
.
eqfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
tc
)
local
ec
=
sg
:
GetFirst
()
local
ec
=
sg
:
GetFirst
()
if
ec
then
if
ec
then
c32281491
.
equip_monster
(
c
,
c
,
tp
,
tc
)
c32281491
.
zs_
equip_monster
(
c
,
c
,
tp
,
tc
)
c32281491
.
equip_monster
(
c
,
ec
,
tp
,
tc
)
c32281491
.
zs_
equip_monster
(
c
,
ec
,
tp
,
tc
)
c
:
RegisterFlagEffect
(
32281491
,
RESET_EVENT
+
RESETS_STANDARD
,
1
,
0
)
c
:
RegisterFlagEffect
(
32281491
,
RESET_EVENT
+
RESETS_STANDARD
,
1
,
0
)
end
end
end
end
...
@@ -81,7 +81,7 @@ function c32281491.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,7 +81,7 @@ function c32281491.spop(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e4
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e4
,
tp
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
c32281491
.
equip_monster
(
c
,
ec
,
tp
,
tc
)
function
c32281491
.
zs_
equip_monster
(
c
,
ec
,
tp
,
tc
)
if
not
Duel
.
Equip
(
tp
,
ec
,
tc
)
then
return
end
if
not
Duel
.
Equip
(
tp
,
ec
,
tc
)
then
return
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
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