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
Vury Leo
pre-release-database-cdb
Commits
b46f0d80
Commit
b46f0d80
authored
Feb 07, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 捕食植物デェアデビル
parent
5b9bce45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
script/c100258002.lua
script/c100258002.lua
+2
-1
No files found.
script/c100258002.lua
View file @
b46f0d80
...
@@ -48,7 +48,7 @@ function s.hspfilter2(c,tp,fc)
...
@@ -48,7 +48,7 @@ function s.hspfilter2(c,tp,fc)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
end
end
function
s
.
hspfilter
(
c
,
tp
,
fc
)
function
s
.
hspfilter
(
c
,
tp
,
fc
)
return
c
:
IsFaceup
(
)
and
(
c
:
IsFusionSetCard
(
0x10f3
)
or
c
:
GetCounter
(
0x1041
)
>
0
)
return
(
c
:
IsFaceup
()
or
c
:
IsControler
(
tp
)
)
and
(
c
:
IsFusionSetCard
(
0x10f3
)
or
c
:
GetCounter
(
0x1041
)
>
0
)
and
c
:
IsReleasable
(
REASON_MATERIAL
|
REASON_SPSUMMON
)
and
c
:
IsReleasable
(
REASON_MATERIAL
|
REASON_SPSUMMON
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
end
end
...
@@ -67,6 +67,7 @@ function s.hsptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
...
@@ -67,6 +67,7 @@ function s.hsptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
if
sg
:
GetCount
()
>
0
then
if
sg
:
GetCount
()
>
0
then
sg
:
KeepAlive
()
sg
:
KeepAlive
()
e
:
SetLabelObject
(
sg
)
e
:
SetLabelObject
(
sg
)
return
true
else
return
false
end
else
return
false
end
end
end
function
s
.
hspop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
function
s
.
hspop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
...
...
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