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
6f97d30d
Commit
6f97d30d
authored
Sep 18, 2023
by
Real_Scl
Committed by
GitHub
Sep 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 御巫の水舞踏 (#2123)
parent
8265a41c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
c43527730.lua
c43527730.lua
+2
-0
No files found.
c43527730.lua
View file @
6f97d30d
...
@@ -62,6 +62,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -62,6 +62,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c43527730
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
,
ec
:
GetOriginalCodeRule
())
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c43527730
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
,
ec
:
GetOriginalCodeRule
())
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
Duel
.
DisableSelfDestroyCheck
()
if
tc
and
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
and
Duel
.
Equip
(
tp
,
c
,
tc
)
then
if
tc
and
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
and
Duel
.
Equip
(
tp
,
c
,
tc
)
then
--Add Equip limit
--Add Equip limit
local
e1
=
Effect
.
CreateEffect
(
tc
)
local
e1
=
Effect
.
CreateEffect
(
tc
)
...
@@ -76,6 +77,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -76,6 +77,7 @@ function c43527730.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
ec
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
ec
,
nil
,
REASON_EFFECT
)
end
end
end
end
Duel
.
DisableSelfDestroyCheck
(
false
)
end
end
function
c43527730
.
eqlimit
(
e
,
c
)
function
c43527730
.
eqlimit
(
e
,
c
)
return
e
:
GetOwner
()
==
c
return
e
:
GetOwner
()
==
c
...
...
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