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
7f7e6fcf
Commit
7f7e6fcf
authored
Nov 18, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
735c1d38
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
script/c100257011.lua
script/c100257011.lua
+2
-2
script/c100257021.lua
script/c100257021.lua
+1
-0
script/c100260001.lua
script/c100260001.lua
+1
-0
No files found.
expansions/pre-release.cdb
View file @
7f7e6fcf
No preview for this file type
script/c100257011.lua
View file @
7f7e6fcf
...
...
@@ -83,7 +83,7 @@ function c100257011.eqop(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e3
:
SetTargetRange
(
1
,
0
)
e3
:
SetLabel
Object
(
gc
)
e3
:
SetLabel
(
gc
:
GetCode
()
)
e3
:
SetTarget
(
c100257011
.
splimit
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e3
,
tp
)
...
...
@@ -94,5 +94,5 @@ function c100257011.eqlimit(e,c)
return
c
==
e
:
GetLabelObject
()
end
function
c100257011
.
splimit
(
e
,
c
)
return
c
:
IsCode
(
e
:
GetLabel
Object
():
GetCode
())
return
c
:
IsCode
(
e
:
GetLabel
())
end
script/c100257021.lua
View file @
7f7e6fcf
...
...
@@ -76,5 +76,6 @@ function c100257021.thop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
g
:
SelectSubGroup
(
tp
,
aux
.
dncheck
,
false
,
1
,
2
)
if
sg
then
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
end
end
script/c100260001.lua
View file @
7f7e6fcf
...
...
@@ -64,6 +64,7 @@ function c100260001.disop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
NegateEffect
(
ev
)
then
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
TRUE
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
HintSelection
(
g
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
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