Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
5
Issues
5
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-rush-duel
Commits
710f1e35
Commit
710f1e35
authored
May 21, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/5/21 bug修复
parent
7e3cfce7
Pipeline
#36630
passed with stages
in 16 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
script/c120285039.lua
script/c120285039.lua
+1
-2
No files found.
script/c120285039.lua
View file @
710f1e35
...
...
@@ -42,8 +42,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD
.
AttachEffectIndes
(
e
,
tc
,
cm
.
indval
,
aux
.
Stringid
(
m
,
2
),
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
+
RESET_OPPO_TURN
)
end
)
local
c
=
e
:
GetHandler
()
if
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
~=
0
and
c
:
IsSummonType
(
SUMMON_TYPE_FUSION
)
and
RD
.
IsSpecialSummonTurn
(
c
)
if
c
:
IsSummonType
(
SUMMON_TYPE_FUSION
)
and
RD
.
IsSpecialSummonTurn
(
c
)
and
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
then
RD
.
CanRecover
(
aux
.
Stringid
(
m
,
3
),
tp
,
2000
,
true
)
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