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
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-scripts
Commits
e57b95dc
Commit
e57b95dc
authored
Mar 05, 2019
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
continuous control-changing effect
parent
e213010a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
c21768554.lua
c21768554.lua
+1
-1
c36975314.lua
c36975314.lua
+1
-1
c59258334.lua
c59258334.lua
+1
-1
c70284332.lua
c70284332.lua
+1
-1
No files found.
c21768554.lua
View file @
e57b95dc
...
...
@@ -64,7 +64,7 @@ end
function
c21768554
.
con
(
e
)
local
c
=
e
:
GetOwner
()
local
h
=
e
:
GetHandler
()
return
c
:
IsHasCardTarget
(
h
)
and
h
:
GetCounter
(
0x100e
)
>
0
return
c
:
IsHasCardTarget
(
h
)
and
h
:
GetCounter
(
0x100e
)
>
0
and
not
h
:
IsImmuneToEffect
(
e
)
end
function
c21768554
.
ctval
(
e
,
c
)
return
e
:
GetOwnerPlayer
()
...
...
c36975314.lua
View file @
e57b95dc
...
...
@@ -56,7 +56,7 @@ end
function
c36975314
.
con
(
e
)
local
c
=
e
:
GetOwner
()
local
h
=
e
:
GetHandler
()
return
c
:
IsHasCardTarget
(
h
)
and
not
c
:
IsDisabled
(
)
return
c
:
IsHasCardTarget
(
h
)
and
not
h
:
IsImmuneToEffect
(
e
)
end
function
c36975314
.
ctval
(
e
,
c
)
return
e
:
GetOwnerPlayer
()
...
...
c59258334.lua
View file @
e57b95dc
...
...
@@ -64,7 +64,7 @@ end
function
c59258334
.
con
(
e
)
local
c
=
e
:
GetOwner
()
local
h
=
e
:
GetHandler
()
return
c
:
IsHasCardTarget
(
h
)
and
h
:
GetCounter
(
0x100e
)
>
0
return
c
:
IsHasCardTarget
(
h
)
and
h
:
GetCounter
(
0x100e
)
>
0
and
not
h
:
IsImmuneToEffect
(
e
)
end
function
c59258334
.
ctval
(
e
,
c
)
return
e
:
GetOwnerPlayer
()
...
...
c70284332.lua
View file @
e57b95dc
...
...
@@ -55,7 +55,7 @@ end
function
c70284332
.
con
(
e
)
local
c
=
e
:
GetOwner
()
local
h
=
e
:
GetHandler
()
return
c
:
IsHasCardTarget
(
h
)
return
c
:
IsHasCardTarget
(
h
)
and
not
h
:
IsImmuneToEffect
(
e
)
end
function
c70284332
.
ctval
(
e
,
c
)
return
e
:
GetOwnerPlayer
()
...
...
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