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
bca0e6f2
Commit
bca0e6f2
authored
Apr 25, 2014
by
sidschingis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
839968f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c16114248.lua
script/c16114248.lua
+1
-1
script/c75380687.lua
script/c75380687.lua
+1
-1
No files found.
script/c16114248.lua
View file @
bca0e6f2
...
@@ -15,7 +15,7 @@ function c16114248.initial_effect(c)
...
@@ -15,7 +15,7 @@ function c16114248.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c16114248
.
spfilter
(
c
,
mg
)
function
c16114248
.
spfilter
(
c
,
mg
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
mg
:
IsExists
(
Card
.
spfilter
,
1
,
c
,
c
:
GetCode
())
return
c
:
IsRace
(
RACE_MACHINE
)
and
mg
:
IsExists
(
Card
.
IsCode
,
1
,
c
,
c
:
GetCode
())
end
end
function
c16114248
.
spfilter1
(
c
,
code
)
function
c16114248
.
spfilter1
(
c
,
code
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsCode
(
code
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsCode
(
code
)
...
...
script/c75380687.lua
View file @
bca0e6f2
...
@@ -16,7 +16,7 @@ function c75380687.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c75380687.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_ATKCHANGE
+
CATEGORY_REMOVE
)
e2
:
SetCategory
(
CATEGORY_ATKCHANGE
+
CATEGORY_REMOVE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCode
(
EVENT_S
PS
UMMON_SUCCESS
)
e2
:
SetTarget
(
c75380687
.
target
)
e2
:
SetTarget
(
c75380687
.
target
)
e2
:
SetOperation
(
c75380687
.
operation
)
e2
:
SetOperation
(
c75380687
.
operation
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
...
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