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
cc086d4d
Commit
cc086d4d
authored
Feb 10, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Deadly Zombie Breath
parent
03c68013
Pipeline
#43038
passed with stages
in 2 minutes and 24 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
MZMU.cdb
MZMU.cdb
+0
-0
script/c100259010.lua
script/c100259010.lua
+3
-6
No files found.
MZMU.cdb
View file @
cc086d4d
No preview for this file type
script/c100259010.lua
View file @
cc086d4d
...
@@ -52,14 +52,11 @@ function s.condition2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -52,14 +52,11 @@ function s.condition2(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
return
g
:
IsExists
(
Card
.
IsRace
,
1
,
nil
,
RACE_ZOMBIE
)
return
g
:
IsExists
(
Card
.
IsRace
,
1
,
nil
,
RACE_ZOMBIE
)
end
end
function
s
.
tgfilter1
(
c
,
tp
)
function
s
.
tgfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGrave
()
and
c
:
IsControler
(
tp
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGrave
()
and
c
:
IsControler
(
tp
)
end
function
s
.
tgfilter2
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGrave
()
and
c
:
IsControler
(
1
-
tp
)
end
end
function
s
.
gcheck
(
g
,
tp
)
function
s
.
gcheck
(
g
,
tp
)
return
aux
.
gffcheck
(
g
,
s
.
tgfilter
1
,
tp
,
s
.
tgfilter2
,
tp
)
return
aux
.
gffcheck
(
g
,
s
.
tgfilter
,
tp
,
s
.
tgfilter
,
1
-
tp
)
end
end
function
s
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
false
end
if
chkc
then
return
false
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