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
dc4588d3
Commit
dc4588d3
authored
Feb 08, 2025
by
wind2009
Committed by
GitHub
Feb 08, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 氷水啼エジル・ギュミル (#2838)
parent
e94d5ad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
c86682165.lua
c86682165.lua
+7
-1
No files found.
c86682165.lua
View file @
dc4588d3
...
...
@@ -56,8 +56,14 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e2
,
tp
)
local
ch
=
Duel
.
GetCurrentChain
()
if
ch
>
1
then
local
p
,
code
=
Duel
.
GetChainInfo
(
ch
-
1
,
CHAININFO_TRIGGERING_PLAYER
,
CHAININFO_TRIGGERING_CODE
)
local
p
,
code
,
te
=
Duel
.
GetChainInfo
(
ch
-
1
,
CHAININFO_TRIGGERING_PLAYER
,
CHAININFO_TRIGGERING_CODE
,
CHAININFO_TRIGGERING_EFFECT
)
if
p
==
1
-
tp
then
if
te
then
local
tc
=
te
:
GetHandler
()
if
tc
and
tc
:
IsRelateToEffect
(
te
)
then
code
=
tc
:
GetCode
()
end
end
local
g
=
Duel
.
GetMatchingGroup
(
s
.
rmfilter
,
tp
,
0
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
nil
,
code
)
if
#
g
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
Duel
.
BreakEffect
()
...
...
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