Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
8a6858a9
Commit
8a6858a9
authored
May 23, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5249c1de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
script/c26920296.lua
script/c26920296.lua
+3
-3
script/c92266279.lua
script/c92266279.lua
+1
-1
No files found.
script/c26920296.lua
View file @
8a6858a9
...
@@ -48,14 +48,14 @@ end
...
@@ -48,14 +48,14 @@ end
function
c26920296
.
cfilter
(
c
,
type
)
function
c26920296
.
cfilter
(
c
,
type
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
type
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
type
)
end
end
function
c26920296
.
drcfilter
()
function
c26920296
.
drcfilter
(
c
)
return
c
:
IsPreviousLocation
(
LOCATION_HAND
+
LOCATION_MZONE
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsReason
(
REASON_EFFECT
)
return
c
:
IsPreviousLocation
(
LOCATION_HAND
+
LOCATION_MZONE
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsReason
(
REASON_EFFECT
)
end
end
function
c26920296
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26920296
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c26920296
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
TYPE_FUSION
)
return
Duel
.
IsExistingMatchingCard
(
c26920296
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
TYPE_FUSION
)
and
eg
:
IsExists
(
c26920296
.
drcfilter
,
1
,
nil
)
and
eg
:
IsExists
(
c26920296
.
drcfilter
,
1
,
nil
)
end
end
function
c26920296
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c26920296
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
end
Duel
.
SetTargetPlayer
(
tp
)
Duel
.
SetTargetPlayer
(
tp
)
Duel
.
SetTargetParam
(
1
)
Duel
.
SetTargetParam
(
1
)
...
@@ -68,7 +68,7 @@ function c26920296.drop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -68,7 +68,7 @@ function c26920296.drop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Draw
(
p
,
d
,
REASON_EFFECT
)
Duel
.
Draw
(
p
,
d
,
REASON_EFFECT
)
end
end
function
c26920296
.
lvcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26920296
.
lvcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c
5803
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
TYPE_SYNCHRO
)
return
Duel
.
IsExistingMatchingCard
(
c
26920296
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
TYPE_SYNCHRO
)
end
end
function
c26920296
.
lvfilter
(
c
)
function
c26920296
.
lvfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
>
0
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
>
0
...
...
script/c92266279.lua
View file @
8a6858a9
...
@@ -26,7 +26,7 @@ function c92266279.initial_effect(c)
...
@@ -26,7 +26,7 @@ function c92266279.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_RECOVER
)
e3
:
SetCategory
(
CATEGORY_RECOVER
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e
2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e
3
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetCountLimit
(
1
,
92266280
)
e3
:
SetCountLimit
(
1
,
92266280
)
...
...
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