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
17e33a6b
Commit
17e33a6b
authored
Jun 08, 2016
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
8e60ca62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c68392533.lua
c68392533.lua
+1
-1
c85668449.lua
c85668449.lua
+1
-1
No files found.
c68392533.lua
View file @
17e33a6b
...
@@ -59,7 +59,7 @@ function c68392533.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -59,7 +59,7 @@ function c68392533.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c68392533
.
costchange
(
e
,
re
,
rp
,
val
)
function
c68392533
.
costchange
(
e
,
re
,
rp
,
val
)
if
re
:
GetHandler
()
==
e
:
GetHandler
():
GetEquipTarget
()
then
if
re
and
re
:
IsHasType
(
0x7e0
)
and
re
:
GetHandler
()
==
e
:
GetHandler
():
GetEquipTarget
()
then
return
0
return
0
else
return
val
end
else
return
val
end
end
end
...
...
c85668449.lua
View file @
17e33a6b
...
@@ -58,7 +58,7 @@ function c85668449.lrcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -58,7 +58,7 @@ function c85668449.lrcon(e,tp,eg,ep,ev,re,r,rp)
if
tp
~=
ep
then
return
false
end
if
tp
~=
ep
then
return
false
end
local
lp
=
Duel
.
GetLP
(
ep
)
local
lp
=
Duel
.
GetLP
(
ep
)
if
lp
<=
ev
then
return
false
end
if
lp
<=
ev
then
return
false
end
if
not
re
then
return
false
end
if
not
re
or
not
re
:
IsHasType
(
0x7e0
)
then
return
false
end
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
return
rc
:
IsLocation
(
LOCATION_MZONE
)
and
rc
:
IsRace
(
RACE_PSYCHO
)
return
rc
:
IsLocation
(
LOCATION_MZONE
)
and
rc
:
IsRace
(
RACE_PSYCHO
)
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