Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
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-scripts
Commits
feff6471
Commit
feff6471
authored
Jun 04, 2020
by
Lyris
Committed by
GitHub
Jun 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update "Barricadeborg Blocker" (#1416)
parent
253d0ea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
c13117073.lua
c13117073.lua
+0
-4
No files found.
c13117073.lua
View file @
feff6471
...
...
@@ -13,7 +13,6 @@ function c13117073.initial_effect(c)
e1
:
SetCountLimit
(
1
,
13117073
)
e1
:
SetCondition
(
c13117073
.
regcon
)
e1
:
SetCost
(
c13117073
.
regcost
)
e1
:
SetTarget
(
c13117073
.
regtg
)
e1
:
SetOperation
(
c13117073
.
regop
)
c
:
RegisterEffect
(
e1
)
--indes
...
...
@@ -39,9 +38,6 @@ end
function
c13117073
.
thfilter1
(
c
)
return
c
:
IsType
(
TYPE_FIELD
)
or
c
:
GetType
()
==
TYPE_SPELL
+
TYPE_CONTINUOUS
end
function
c13117073
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c13117073
.
thfilter1
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
end
function
c13117073
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
...
...
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