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
881338b1
Commit
881338b1
authored
Apr 30, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1289 from DailyShana/patch-3
fix
parents
1e345ac8
44f96a78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
script/c82734805.lua
script/c82734805.lua
+3
-1
script/c94937430.lua
script/c94937430.lua
+2
-2
No files found.
script/c82734805.lua
View file @
881338b1
...
@@ -235,7 +235,9 @@ function c82734805.fsop(e,tp,eg,ep,ev,re,r,rp,gc,chkf)
...
@@ -235,7 +235,9 @@ function c82734805.fsop(e,tp,eg,ep,ev,re,r,rp,gc,chkf)
g1
:
Merge
(
sg
)
g1
:
Merge
(
sg
)
ok
=
true
ok
=
true
end
end
mg
:
Remove
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
)
if
e
:
GetHandler
():
GetFlagEffect
(
31444249
)
~=
0
then
mg
:
Remove
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
)
end
if
mg
:
GetCount
()
==
0
or
(
ok
and
not
Duel
.
SelectYesNo
(
tp
,
93
))
then
if
mg
:
GetCount
()
==
0
or
(
ok
and
not
Duel
.
SelectYesNo
(
tp
,
93
))
then
Duel
.
SetFusionMaterial
(
g1
)
Duel
.
SetFusionMaterial
(
g1
)
return
return
...
...
script/c94937430.lua
View file @
881338b1
...
@@ -37,8 +37,8 @@ function c94937430.drcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -37,8 +37,8 @@ function c94937430.drcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
GetCounter
(
0x3001
)
==
3
return
e
:
GetHandler
():
GetCounter
(
0x3001
)
==
3
end
end
function
c94937430
.
drcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c94937430
.
drcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
Remo
veAsCost
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
Gra
veAsCost
()
end
Duel
.
Remove
(
e
:
GetHandler
(),
POS_FACEUP
,
REASON_COST
)
Duel
.
SendtoGrave
(
e
:
GetHandler
()
,
REASON_COST
)
end
end
function
c94937430
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c94937430
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
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