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
e7201fcd
Commit
e7201fcd
authored
Mar 05, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Fluorohydride/ygopro#1675
parent
10d6c6c4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
c1281505.lua
c1281505.lua
+2
-2
c38679204.lua
c38679204.lua
+2
-2
c74064212.lua
c74064212.lua
+2
-2
c75886890.lua
c75886890.lua
+2
-2
No files found.
c1281505.lua
View file @
e7201fcd
...
@@ -47,13 +47,13 @@ function c1281505.eqop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -47,13 +47,13 @@ function c1281505.eqop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetValue
(
c1281505
.
eqlimit
)
e1
:
SetValue
(
c1281505
.
eqlimit
)
e1
:
SetLabelObject
(
tc
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
function
c1281505
.
eqlimit
(
e
,
c
)
function
c1281505
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsControler
(
tp
)
end
end
function
c1281505
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c1281505
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
...
...
c38679204.lua
View file @
e7201fcd
...
@@ -49,13 +49,13 @@ function c38679204.eqop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,13 +49,13 @@ function c38679204.eqop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetValue
(
c38679204
.
eqlimit
)
e1
:
SetValue
(
c38679204
.
eqlimit
)
e1
:
SetLabelObject
(
tc
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
function
c38679204
.
eqlimit
(
e
,
c
)
function
c38679204
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsControler
(
tp
)
end
end
function
c38679204
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c38679204
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ec
=
e
:
GetHandler
():
GetEquipTarget
()
local
ec
=
e
:
GetHandler
():
GetEquipTarget
()
...
...
c74064212.lua
View file @
e7201fcd
...
@@ -46,13 +46,13 @@ function c74064212.eqop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -46,13 +46,13 @@ function c74064212.eqop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetValue
(
c74064212
.
eqlimit
)
e1
:
SetValue
(
c74064212
.
eqlimit
)
e1
:
SetLabelObject
(
tc
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
function
c74064212
.
eqlimit
(
e
,
c
)
function
c74064212
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsControler
(
tp
)
end
end
function
c74064212
.
atkcon
(
e
)
function
c74064212
.
atkcon
(
e
)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
c75886890.lua
View file @
e7201fcd
...
@@ -50,13 +50,13 @@ function c75886890.eqop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -50,13 +50,13 @@ function c75886890.eqop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetValue
(
c75886890
.
eqlimit
)
e1
:
SetValue
(
c75886890
.
eqlimit
)
e1
:
SetLabelObject
(
tc
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
function
c75886890
.
eqlimit
(
e
,
c
)
function
c75886890
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsControler
(
tp
)
end
end
function
c75886890
.
eqcost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c75886890
.
eqcost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
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