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
9e6115e7
Commit
9e6115e7
authored
Nov 06, 2021
by
Grajade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c1141101.lua
parent
b196eade
Pipeline
#6701
passed with stages
in 23 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
expansions/script/c1141101.lua
expansions/script/c1141101.lua
+1
-2
No files found.
expansions/script/c1141101.lua
View file @
9e6115e7
...
@@ -28,7 +28,6 @@ c1141101.muxu_ih_KTatara=1
...
@@ -28,7 +28,6 @@ c1141101.muxu_ih_KTatara=1
--
--
function
c1141101
.
tfilter1
(
c
)
function
c1141101
.
tfilter1
(
c
)
return
c
:
IsType
(
TYPE_FLIP
)
and
c
:
IsType
(
TYPE_MONSTER
)
return
c
:
IsType
(
TYPE_FLIP
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsPublic
()
end
end
function
c1141101
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c1141101
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c1141101
.
tfilter1
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c1141101
.
tfilter1
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
end
...
@@ -49,7 +48,7 @@ function c1141101.op1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,7 +48,7 @@ function c1141101.op1(e,tp,eg,ep,ev,re,r,rp)
e1_2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1_2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1_2
:
SetCode
(
EFFECT_EXTRA_LINK_MATERIAL
)
e1_2
:
SetCode
(
EFFECT_EXTRA_LINK_MATERIAL
)
e1_2
:
SetRange
(
LOCATION_HAND
)
e1_2
:
SetRange
(
LOCATION_HAND
)
e1_2
:
SetValue
(
function
(
e
,
c
,
mg
)
return
true
end
)
e1_2
:
SetValue
(
function
(
e
,
lc
,
mg
,
c
,
tp
)
return
true
,
true
end
)
e1_2
:
SetReset
(
RESET_EVENT
+
0x1fe0000
+
RESET_PHASE
+
PHASE_END
)
e1_2
:
SetReset
(
RESET_EVENT
+
0x1fe0000
+
RESET_PHASE
+
PHASE_END
)
tc
:
RegisterEffect
(
e1_2
)
tc
:
RegisterEffect
(
e1_2
)
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