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
3ca64d2c
Commit
3ca64d2c
authored
Nov 02, 2025
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c12866600.lua
parent
25f5e68f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
expansions/script/c12866600.lua
expansions/script/c12866600.lua
+3
-3
No files found.
expansions/script/c12866600.lua
View file @
3ca64d2c
...
@@ -146,8 +146,8 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -146,8 +146,8 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tp
=
e
:
GetHandlerPlay
er
()
local
c
=
e
:
GetHandl
er
()
return
e
:
GetHandler
():
IsPreviousControler
(
tp
)
and
rp
~=
tp
return
rp
==
1
-
tp
and
c
:
IsPreviousControler
(
tp
)
end
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
>
0
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
true
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
>
0
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
true
)
end
...
@@ -166,7 +166,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -166,7 +166,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsControler
(
1
-
tp
)
then
sg
:
AddCard
(
tc
)
end
if
tc
:
IsControler
(
1
-
tp
)
then
sg
:
AddCard
(
tc
)
end
tc
=
g
:
GetNext
()
tc
=
g
:
GetNext
()
end
end
Duel
.
SendtoGrave
(
sg
,
REASON_
EFFECT
)
Duel
.
SendtoGrave
(
sg
,
REASON_
RULE
)
end
end
end
end
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