Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
9b03f9a4
Commit
9b03f9a4
authored
Mar 28, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
faf95800
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c100200161.lua
script/c100200161.lua
+1
-1
script/c100200162.lua
script/c100200162.lua
+1
-1
No files found.
script/c100200161.lua
View file @
9b03f9a4
...
@@ -70,7 +70,7 @@ function c100200161.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -70,7 +70,7 @@ function c100200161.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c100200161
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c100200161
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToRemove
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToRemove
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
if
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
~=
0
then
if
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
+
REASON_TEMPORARY
)
~=
0
then
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
og
=
Duel
.
GetOperatedGroup
()
local
og
=
Duel
.
GetOperatedGroup
()
local
fid
=
c
:
GetFieldID
()
local
fid
=
c
:
GetFieldID
()
...
...
script/c100200162.lua
View file @
9b03f9a4
...
@@ -29,7 +29,7 @@ function c100200162.initial_effect(c)
...
@@ -29,7 +29,7 @@ function c100200162.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c100200162
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c100200162
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
chkc
:
IsSummonType
(
SUMMON_TYPE_PENDULUM
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsSummonType
(
SUMMON_TYPE_PENDULUM
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
Card
.
IsSummonType
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
SUMMON_TYPE_PENDULUM
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
Card
.
IsSummonType
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
SUMMON_TYPE_PENDULUM
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
g
=
Duel
.
SelectTarget
(
tp
,
Card
.
IsSummonType
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
SUMMON_TYPE_PENDULUM
)
local
g
=
Duel
.
SelectTarget
(
tp
,
Card
.
IsSummonType
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
SUMMON_TYPE_PENDULUM
)
...
...
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