Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
289df4d7
Commit
289df4d7
authored
Jul 08, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1fffa084
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
expansions/script/c11525804.lua
expansions/script/c11525804.lua
+2
-2
No files found.
expansions/script/c11525804.lua
View file @
289df4d7
...
...
@@ -58,12 +58,12 @@ function c11525804.activate(e,tp,eg,ep,ev,re,r,rp,op)
end
end
if
op
&
2
>
0
and
Duel
.
Damage
(
tp
,
500
,
REASON_EFFECT
)
>
0
then
if
Duel
.
IsCanRemoveCounter
(
tp
,
1
,
0
,
0x6a
,
1
,
REASON_EFFECT
)
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToGrave
()
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
if
Duel
.
IsCanRemoveCounter
(
tp
,
1
,
0
,
0x6a
,
1
,
REASON_EFFECT
)
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToGrave
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
local
ct
=
Duel
.
GetCounter
(
tp
,
LOCATION_ONFIELD
,
0
,
0x6a
)
local
gc
=
3
if
ct
>
0
and
ct
<
3
then
gc
=
ct
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
tg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToGrave
()
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
gc
,
nil
)
local
tg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToGrave
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
gc
,
nil
)
local
tgc
=
tg
:
GetCount
()
Duel
.
RemoveCounter
(
tp
,
1
,
0
,
0x6a
,
tgc
,
REASON_EFFECT
)
Duel
.
HintSelection
(
tg
)
...
...
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