Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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-scripts
Commits
d66f798a
Commit
d66f798a
authored
Sep 10, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
64180307
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
c40080312.lua
c40080312.lua
+1
-1
c77075360.lua
c77075360.lua
+1
-0
No files found.
c40080312.lua
View file @
d66f798a
...
@@ -49,7 +49,7 @@ function c40080312.initial_effect(c)
...
@@ -49,7 +49,7 @@ function c40080312.initial_effect(c)
e5
:
SetOperation
(
c40080312
.
drop
)
e5
:
SetOperation
(
c40080312
.
drop
)
c
:
RegisterEffect
(
e5
)
c
:
RegisterEffect
(
e5
)
end
end
c
17032740
.
material_setcode
=
0x8
c
40080312
.
material_setcode
=
0x8
function
c40080312
.
splimit
(
e
,
se
,
sp
,
st
)
function
c40080312
.
splimit
(
e
,
se
,
sp
,
st
)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
end
end
...
...
c77075360.lua
View file @
d66f798a
...
@@ -9,6 +9,7 @@ function c77075360.initial_effect(c)
...
@@ -9,6 +9,7 @@ function c77075360.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
77075360
)
e1
:
SetCountLimit
(
1
,
77075360
)
e1
:
SetCost
(
c77075360
.
spcost
)
e1
:
SetCost
(
c77075360
.
spcost
)
e1
:
SetCondition
(
c77075360
.
spcon
)
e1
:
SetCondition
(
c77075360
.
spcon
)
...
...
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