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
REIKAI
ygopro-222DIY-cards
Commits
24e3642c
You need to sign in or sign up before continuing.
Commit
24e3642c
authored
Jun 23, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
05b84390
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c16104202.lua
expansions/script/c16104202.lua
+1
-1
expansions/script/c16104224.lua
expansions/script/c16104224.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
24e3642c
No preview for this file type
expansions/script/c16104202.lua
View file @
24e3642c
...
...
@@ -37,7 +37,7 @@ function cm.aclimit(e,re,tp)
return
re
:
GetHandler
():
IsOnField
()
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
end
function
cm
.
disable
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_MONSTER
)
return
c
:
IsType
(
TYPE_SPELL
)
or
c
:
IsType
(
TYPE_TRAP
)
end
function
cm
.
gacon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
des
=
eg
:
GetFirst
()
...
...
expansions/script/c16104224.lua
View file @
24e3642c
...
...
@@ -17,7 +17,7 @@ function cm.descon(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
cm
.
desfilter
(
c
)
return
(
not
c
:
IsRace
(
RACE_WARRIOR
))
and
c
:
IsFaceup
(
)
return
(
(
not
c
:
IsRace
(
RACE_WARRIOR
))
and
c
:
IsFaceup
())
or
c
:
IsFacedown
()
or
c
:
IsLocation
(
LOCATION_SZONE
)
or
c
:
islocation
(
LOCATION_FZONE
)
end
--function cm.ntrfilter(c)
--return c:IsRace(RACE_WARRIOR) and c:IsControlerCanBeChanged() and c:IsFaceup()
...
...
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