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
MyCard
pre-release-database-cdb
Commits
b18eca3c
Commit
b18eca3c
authored
Jan 24, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix アブダクション
parent
e0edd80e
Pipeline
#32778
passed with stages
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/c101208080.lua
script/c101208080.lua
+2
-2
No files found.
script/c101208080.lua
View file @
b18eca3c
...
@@ -22,7 +22,7 @@ function s.rmfilter(c,ec)
...
@@ -22,7 +22,7 @@ function s.rmfilter(c,ec)
and
c
:
GetOriginalAttribute
()
&
ec
:
GetOriginalAttribute
()
~=
0
and
c
:
GetOriginalAttribute
()
&
ec
:
GetOriginalAttribute
()
~=
0
and
(
c
:
GetLink
()
==
ec
:
GetLink
()
and
c
:
IsAllTypes
(
TYPE_LINK
+
TYPE_MONSTER
)
and
ec
:
IsAllTypes
(
TYPE_LINK
+
TYPE_MONSTER
)
and
(
c
:
GetLink
()
==
ec
:
GetLink
()
and
c
:
IsAllTypes
(
TYPE_LINK
+
TYPE_MONSTER
)
and
ec
:
IsAllTypes
(
TYPE_LINK
+
TYPE_MONSTER
)
or
c
:
GetOriginalRank
()
==
ec
:
GetOriginalRank
()
and
c
:
IsAllTypes
(
TYPE_XYZ
+
TYPE_MONSTER
)
and
ec
:
IsAllTypes
(
TYPE_XYZ
+
TYPE_MONSTER
)
or
c
:
GetOriginalRank
()
==
ec
:
GetOriginalRank
()
and
c
:
IsAllTypes
(
TYPE_XYZ
+
TYPE_MONSTER
)
and
ec
:
IsAllTypes
(
TYPE_XYZ
+
TYPE_MONSTER
)
or
c
:
GetOriginalLevel
()
==
ec
:
GetOriginalLevel
())
or
c
:
GetOriginalLevel
()
==
ec
:
GetOriginalLevel
()
and
not
c
:
IsType
(
TYPE_LINK
+
TYPE_XYZ
)
and
not
ec
:
IsType
(
TYPE_LINK
+
TYPE_XYZ
)
)
end
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
s
.
cfilter
(
chkc
,
tp
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
s
.
cfilter
(
chkc
,
tp
)
end
...
@@ -37,7 +37,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -37,7 +37,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
and
tc
:
IsType
(
TYPE_MONSTER
)
then
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
and
tc
:
IsType
(
TYPE_MONSTER
)
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
Select
Target
(
tp
,
s
.
rmfilter
,
tp
,
0
,
LOCATION_DECK
+
LOCATION_EXTRA
,
1
,
1
,
nil
,
tc
)
local
g
=
Duel
.
Select
MatchingCard
(
tp
,
s
.
rmfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
tc
)
if
g
:
GetCount
()
>
0
and
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
~=
0
then
if
g
:
GetCount
()
>
0
and
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
~=
0
then
local
rc
=
g
:
GetFirst
()
local
rc
=
g
:
GetFirst
()
if
Duel
.
GetControl
(
tc
,
tp
)
~=
0
and
tc
:
GetOriginalCode
()
==
rc
:
GetOriginalCode
()
then
if
Duel
.
GetControl
(
tc
,
tp
)
~=
0
and
tc
:
GetOriginalCode
()
==
rc
:
GetOriginalCode
()
then
...
...
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