Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
7719aed7
Commit
7719aed7
authored
Nov 30, 2014
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c2e55ce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
script/c58921041.lua
script/c58921041.lua
+1
-1
No files found.
script/c58921041.lua
View file @
7719aed7
...
@@ -19,5 +19,5 @@ end
...
@@ -19,5 +19,5 @@ end
function
c58921041
.
aclimit
(
e
,
re
,
tp
)
function
c58921041
.
aclimit
(
e
,
re
,
tp
)
if
not
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
or
not
re
:
IsActiveType
(
TYPE_SPELL
)
then
return
false
end
if
not
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
or
not
re
:
IsActiveType
(
TYPE_SPELL
)
then
return
false
end
local
c
=
re
:
GetHandler
()
local
c
=
re
:
GetHandler
()
return
not
c
:
IsLocation
(
LOCATION_SZONE
)
or
Duel
.
GetTurnCount
()
-
c
:
GetTurnID
()
<
2
return
not
c
:
IsLocation
(
LOCATION_SZONE
)
or
(
Duel
.
GetTurnCount
()
-
c
:
GetTurnID
()
<
2
and
c
:
GetFieldID
()
>
e
:
GetHandler
():
GetFieldID
())
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