Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
e76d24e7
Commit
e76d24e7
authored
Nov 16, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
f71118e6
Pipeline
#6870
passed with stages
in 37 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/script/c16120001.lua
expansions/script/c16120001.lua
+1
-1
expansions/script/c51562809.lua
expansions/script/c51562809.lua
+1
-1
No files found.
expansions/script/c16120001.lua
View file @
e76d24e7
...
...
@@ -32,7 +32,7 @@ function c16120001.dacon(e)
return
e
:
GetHandler
():
GetOverlayCount
()
==
0
end
function
c16120001
.
negfilter
(
c
)
return
c
:
IsCanOverlay
()
return
c
:
IsCanOverlay
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c16120001
.
negop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c51562809.lua
View file @
e76d24e7
...
...
@@ -200,7 +200,7 @@ function c51562809.disop(e,tp,eg,ep,ev,re,r,rp)
end
--ef4
function
c51562809
.
repfilter
(
c
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_ONFIELD
+
LOCATION_GRAVE
)
and
c
:
IsAbleToHand
()
return
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_ONFIELD
+
LOCATION_GRAVE
)
and
c
:
IsAbleToHand
()
and
c
:
GetDestination
()
==
LOCATION_DECK
end
function
c51562809
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
re
and
re
:
GetHandler
():
IsSetCard
(
0x351a
)
and
eg
:
IsExists
(
c51562809
.
repfilter
,
1
,
nil
,
tp
)
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