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
Mr.Tan
pre-release-database-cdb
Commits
d189dec1
Commit
d189dec1
authored
Oct 05, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix テンプレート・スキッパー
parent
8c812e99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
script/c101207028.lua
script/c101207028.lua
+3
-2
script/c101207047.lua
script/c101207047.lua
+1
-1
No files found.
script/c101207028.lua
View file @
d189dec1
...
...
@@ -46,10 +46,11 @@ function s.spval(e,c)
return
0
,
zone
end
function
s
.
rmfilter
(
c
,
tc
)
return
c
:
Is
Type
(
RACE_CYBERSE
)
and
not
c
:
IsCode
(
tc
:
GetLinkCode
())
and
c
:
IsAbleToRemove
(
)
return
c
:
Is
Race
(
RACE_CYBERSE
)
and
c
:
IsAbleToRemove
()
and
not
c
:
IsCode
(
tc
:
GetLinkCode
()
)
end
function
s
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
rmfilter
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
:
GetHandler
())
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
)
end
function
s
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
@@ -72,4 +73,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e2
)
end
end
end
\ No newline at end of file
end
script/c101207047.lua
View file @
d189dec1
...
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
g
:
RemoveCard
(
dc
)
Duel
.
Overlay
(
dc
,
g
)
end
end
\ No newline at end of file
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