Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Amiya
pre-release-database-cdb
Commits
62e15fc2
Commit
62e15fc2
authored
Jan 02, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 共界神淵体
parent
629726fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
script/c101204069.lua
script/c101204069.lua
+3
-4
No files found.
script/c101204069.lua
View file @
62e15fc2
...
...
@@ -39,9 +39,6 @@ function s.limit(c)
return
e
:
GetHandler
()
~=
c
end
end
function
s
.
fselect
(
g
)
return
g
:
IsExists
(
Card
.
IsAbleToRemove
,
1
,
nil
,
POS_FACEDOWN
)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
tc
=
Duel
.
GetFirstTarget
()
...
...
@@ -86,8 +83,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e5
)
end
local
rg
=
Group
.
FromCards
(
tc
,
sc
)
if
sc
:
GetCode
()
==
tc
:
GetCode
()
and
rg
:
CheckSubGroup
(
s
.
fselect
,
2
,
2
)
if
sc
:
GetCode
()
==
tc
:
GetCode
()
and
rg
:
IsExists
(
Card
.
IsAbleToRemove
,
2
,
nil
,
POS_FACEDOWN
)
and
rg
:
IsExists
(
Card
.
IsLocation
,
2
,
nil
,
LOCATION_MZONE
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
Duel
.
BreakEffect
()
Duel
.
Remove
(
rg
,
POS_FACEDOWN
,
REASON_EFFECT
)
end
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