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
dc5c865f
Commit
dc5c865f
authored
Feb 13, 2015
by
salix5
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1111 from nekrozar/patch-1
fix Madolche Chateau
parents
99da343f
07be795a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
script/c14001430.lua
script/c14001430.lua
+8
-2
No files found.
script/c14001430.lua
View file @
dc5c865f
...
@@ -52,10 +52,16 @@ function c14001430.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -52,10 +52,16 @@ function c14001430.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
and
re
:
GetHandler
():
IsSetCard
(
0x71
)
and
eg
:
IsExists
(
c14001430
.
repfilter
,
1
,
nil
,
tp
)
end
and
re
:
GetHandler
():
IsSetCard
(
0x71
)
and
eg
:
IsExists
(
c14001430
.
repfilter
,
1
,
nil
,
tp
)
end
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
14001430
,
0
))
then
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
14001430
,
0
))
then
local
g
=
eg
:
Filter
(
c14001430
.
repfilter
,
nil
,
tp
)
local
g
=
eg
:
Filter
(
c14001430
.
repfilter
,
nil
,
tp
)
local
ct
=
g
:
GetCount
()
if
ct
>
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RTOHAND
)
g
=
g
:
Select
(
tp
,
1
,
ct
,
nil
)
end
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
return
true
if
g
:
GetCount
()
==
ct
then
return
true
end
else
return
false
end
end
return
false
end
end
function
c14001430
.
repval
(
e
,
c
)
function
c14001430
.
repval
(
e
,
c
)
return
c14001430
.
repfilter
(
c
,
e
:
GetHandlerPlayer
())
return
c14001430
.
repfilter
(
c
,
e
:
GetHandlerPlayer
())
...
...
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