Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
MyCard
ygopro-scripts-888
Commits
91b616fb
Commit
91b616fb
authored
Sep 11, 2023
by
wind2009
Committed by
GitHub
Sep 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Comic Hand (#2117)
parent
c35bc9e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
c33453260.lua
c33453260.lua
+3
-1
No files found.
c33453260.lua
View file @
91b616fb
...
@@ -70,7 +70,9 @@ function c33453260.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,7 +70,9 @@ function c33453260.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c33453260
.
eqlimit
(
e
,
c
)
function
c33453260
.
eqlimit
(
e
,
c
)
return
e
:
GetHandlerPlayer
()
~=
c
:
GetControler
()
or
e
:
GetHandler
():
GetEquipTarget
()
==
c
local
tp
=
e
:
GetHandlerPlayer
()
return
c33453260
.
condition
(
e
,
tp
)
and
tp
~=
c
:
GetControler
()
or
e
:
GetHandler
():
GetEquipTarget
()
==
c
end
end
function
c33453260
.
cval
(
e
,
c
)
function
c33453260
.
cval
(
e
,
c
)
return
e
:
GetHandlerPlayer
()
return
e
:
GetHandlerPlayer
()
...
...
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