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
c69a6869
Commit
c69a6869
authored
Aug 15, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
96dde7a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
expansions/script/c65812050.lua
expansions/script/c65812050.lua
+0
-24
No files found.
expansions/script/c65812050.lua
View file @
c69a6869
...
...
@@ -32,14 +32,6 @@ function s.initial_effect(c)
e2
:
SetTarget
(
s
.
settg
)
e2
:
SetOperation
(
s
.
setop
)
c
:
RegisterEffect
(
e2
)
if
not
PNFL_LOCATION_CHECK
then
PNFL_LOCATION_CHECK
=
true
local
ge6
=
Effect
.
CreateEffect
(
c
)
ge6
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
ge6
:
SetCode
(
EVENT_MOVE
)
ge6
:
SetOperation
(
s
.
checkop6
)
Duel
.
RegisterEffect
(
ge6
,
true
)
end
if
not
PNFL_LOCATION_CHECK1
then
PNFL_LOCATION_CHECK1
=
true
local
ge7
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -113,22 +105,6 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
checkop6
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
for
p
=
0
,
1
do
local
tc
=
eg
:
GetFirst
()
while
tc
do
if
s
.
locfilter
(
tc
,
p
)
then
tc
:
RegisterFlagEffect
(
65812010
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
+
RESET_CHAIN
,
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
65812010
,
3
))
end
tc
=
eg
:
GetNext
()
end
end
end
function
s
.
locfilter
(
c
)
return
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsLocation
(
LOCATION_ONFIELD
)
and
(
c
:
GetPreviousSequence
()
~=
c
:
GetSequence
()
or
c
:
GetPreviousControler
()
~=
c
:
GetControler
()
or
c
:
GetPreviousLocation
()
~=
c
:
GetLocation
())
and
c
:
GetFlagEffect
(
65812010
)
==
0
end
function
s
.
checkop7
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
for
p
=
0
,
1
do
...
...
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