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
abb66085
Commit
abb66085
authored
Apr 24, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9278ea7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
script/c17390179.lua
script/c17390179.lua
+0
-3
script/c64726269.lua
script/c64726269.lua
+0
-5
No files found.
script/c17390179.lua
View file @
abb66085
...
@@ -6,8 +6,5 @@ function c17390179.initial_effect(c)
...
@@ -6,8 +6,5 @@ function c17390179.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
c17390179
.
op
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c17390179
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
script/c64726269.lua
View file @
abb66085
...
@@ -43,13 +43,8 @@ function c64726269.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,13 +43,8 @@ function c64726269.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
<<<<<<<
HEAD
:
script
/
c64726269
.
lua
function
c64726269
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c64726269
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_XYZ
and
e
:
GetHandler
():
GetReasonCard
():
GetMaterial
():
IsExists
(
Card
.
IsLocation
,
3
,
nil
,
LOCATION_MZONE
)
=======
function
c64226269
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_XYZ
and
e
:
GetHandler
():
GetReasonCard
():
GetMaterial
():
IsExists
(
Card
.
IsPreviousLocation
,
3
,
nil
,
LOCATION_MZONE
)
return
r
==
REASON_XYZ
and
e
:
GetHandler
():
GetReasonCard
():
GetMaterial
():
IsExists
(
Card
.
IsPreviousLocation
,
3
,
nil
,
LOCATION_MZONE
)
>>>>>>>
fix
:
script
/
c64226269
.
lua
end
end
function
c64726269
.
effop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c64726269
.
effop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
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