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
bf8b5779
Commit
bf8b5779
authored
Apr 28, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #760 from sidschingis/patch-4
fix
parents
837e50bb
4dd03d9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
script/c16404809.lua
script/c16404809.lua
+1
-0
script/c71175527.lua
script/c71175527.lua
+0
-1
script/c80885284.lua
script/c80885284.lua
+1
-1
No files found.
script/c16404809.lua
View file @
bf8b5779
...
@@ -47,6 +47,7 @@ function c16404809.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -47,6 +47,7 @@ function c16404809.operation(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
g
:
FilterSelect
(
tp
,
c16404809
.
filter
,
1
,
1
,
nil
)
local
sg
=
g
:
FilterSelect
(
tp
,
c16404809
.
filter
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
ShuffleHand
(
p
)
g
:
Sub
(
sg
)
g
:
Sub
(
sg
)
end
end
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
+
REASON_REVEAL
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
+
REASON_REVEAL
)
...
...
script/c71175527.lua
View file @
bf8b5779
...
@@ -8,7 +8,6 @@ function c71175527.initial_effect(c)
...
@@ -8,7 +8,6 @@ function c71175527.initial_effect(c)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCountLimit
(
1
,
71175527
)
e1
:
SetCountLimit
(
1
,
71175527
)
e1
:
SetCost
(
c71175527
.
spcost
)
e1
:
SetTarget
(
c71175527
.
sptg
)
e1
:
SetTarget
(
c71175527
.
sptg
)
e1
:
SetOperation
(
c71175527
.
spop
)
e1
:
SetOperation
(
c71175527
.
spop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
script/c80885284.lua
View file @
bf8b5779
...
@@ -20,7 +20,7 @@ function c80885284.initial_effect(c)
...
@@ -20,7 +20,7 @@ function c80885284.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
80885284
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
80885284
,
1
))
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
+
FFECT_FLAG_DAMAGE_STEP
)
e3
:
SetProperty
(
E
FFECT_FLAG_DAMAGE_STEP
)
e3
:
SetCode
(
EVENT_FLIP
)
e3
:
SetCode
(
EVENT_FLIP
)
e3
:
SetCountLimit
(
1
,
80885284
)
e3
:
SetCountLimit
(
1
,
80885284
)
e3
:
SetTarget
(
c80885284
.
thtg
)
e3
:
SetTarget
(
c80885284
.
thtg
)
...
...
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