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
c6fec6e4
Commit
c6fec6e4
authored
Dec 03, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
50c969d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c1580833.lua
c1580833.lua
+0
-1
c81210420.lua
c81210420.lua
+2
-1
No files found.
c1580833.lua
View file @
c6fec6e4
...
@@ -17,7 +17,6 @@ function c1580833.initial_effect(c)
...
@@ -17,7 +17,6 @@ function c1580833.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_BATTLED
)
e3
:
SetCode
(
EVENT_BATTLED
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCondition
(
c1580833
.
descon
)
e3
:
SetCondition
(
c1580833
.
descon
)
e3
:
SetTarget
(
c1580833
.
destg
)
e3
:
SetTarget
(
c1580833
.
destg
)
e3
:
SetOperation
(
c1580833
.
desop
)
e3
:
SetOperation
(
c1580833
.
desop
)
...
...
c81210420.lua
View file @
c6fec6e4
...
@@ -99,5 +99,6 @@ function c81210420.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -99,5 +99,6 @@ function c81210420.desop(e,tp,eg,ep,ev,re,r,rp)
local
tg
=
g
:
Filter
(
c81210420
.
desfilter
,
nil
,
fid
)
local
tg
=
g
:
Filter
(
c81210420
.
desfilter
,
nil
,
fid
)
g
:
DeleteGroup
()
g
:
DeleteGroup
()
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
Duel
.
SendtoGrave
(
tg
,
REASON_EFFECT
)
local
tg2
=
tg
:
Filter
(
c81210420
.
desfilter
,
nil
,
fid
)
Duel
.
SendtoGrave
(
tg2
,
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