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
615f5126
Commit
615f5126
authored
Sep 02, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d6088656
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
expansions/script/c53702500.lua
expansions/script/c53702500.lua
+2
-1
expansions/script/c53702600.lua
expansions/script/c53702600.lua
+2
-1
No files found.
expansions/script/c53702500.lua
View file @
615f5126
...
...
@@ -2690,10 +2690,11 @@ function cm.btreset(code)
class
[
0
]
=
nil
end
end
function
cm
.
RinnaZone
(
tp
,
cg
)
function
cm
.
RinnaZone
(
tp
,
cg
,
szone
)
local
fdzone
=
0
for
cc
in
aux
.
Next
(
cg
)
do
local
cs
=
cc
:
GetSequence
()
if
szone
then
cs
=
cs
+
8
end
local
cz
=
1
<<
cs
fdzone
=
fdzone
|
cz
local
bcz
=
1
<<
(
cs
+
16
)
...
...
expansions/script/c53702600.lua
View file @
615f5126
...
...
@@ -2007,6 +2007,7 @@ function cm.SpellorTrapSPable(c)
end
end
function
cm
.
HelltakerActivate
(
c
,
code
)
cm
.
AozoraDisZoneGet
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
@@ -2259,7 +2260,7 @@ function cm.HTAfcostop(_op,zone)
end
function
cm
.
HTAmvfilter
(
c
,
e
,
tp
,
zone
)
local
seq
=
c
:
GetSequence
()
return
c
:
IsHasEffect
(
53765000
)
and
((
seq
>
0
and
Duel
.
CheckLocation
(
tp
,
LOCATION_SZONE
,
seq
-
1
))
or
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
,
tp
,
1
<<
seq
))
and
(
1
<<
seq
)
&
zone
~=
0
return
c
:
IsHasEffect
(
53765000
)
and
((
seq
>
0
and
Duel
.
CheckLocation
(
tp
,
LOCATION_SZONE
,
seq
-
1
))
or
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
,
tp
,
1
<<
seq
))
and
(
1
<<
seq
)
&
zone
~=
0
and
cm
.
RinnaZone
(
tp
,
Group
.
FromCards
(
c
),
true
)
>
0
end
function
cm
.
HTAmvcostop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
te
=
e
:
GetLabelObject
()
...
...
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