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
835da612
Commit
835da612
authored
Jun 28, 2019
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruling change of activation limit
parent
6f6165cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c13529466.lua
c13529466.lua
+1
-1
c19619755.lua
c19619755.lua
+1
-1
No files found.
c13529466.lua
View file @
835da612
...
@@ -60,7 +60,7 @@ function c13529466.econ2(e)
...
@@ -60,7 +60,7 @@ function c13529466.econ2(e)
return
e
:
GetHandler
():
GetFlagEffect
(
13529467
)
~=
0
return
e
:
GetHandler
():
GetFlagEffect
(
13529467
)
~=
0
end
end
function
c13529466
.
elimit
(
e
,
re
,
tp
)
function
c13529466
.
elimit
(
e
,
re
,
tp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
end
end
function
c13529466
.
atkcon
(
e
)
function
c13529466
.
atkcon
(
e
)
return
e
:
GetHandler
():
GetFlagEffect
(
13529468
)
~=
0
return
e
:
GetHandler
():
GetFlagEffect
(
13529468
)
~=
0
...
...
c19619755.lua
View file @
835da612
...
@@ -76,7 +76,7 @@ end
...
@@ -76,7 +76,7 @@ end
function
c19619755
.
limval
(
e
,
re
,
rp
)
function
c19619755
.
limval
(
e
,
re
,
rp
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
tp
=
rc
:
GetControler
()
local
tp
=
rc
:
GetControler
()
return
rc
:
IsLocation
(
LOCATION_MZONE
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
not
rc
:
IsImmuneToEffect
(
e
)
return
rc
:
IsLocation
(
LOCATION_MZONE
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
GetMatchingGroupCount
(
c19619755
.
countfilter
,
tp
,
LOCATION_SZONE
,
0
,
nil
)
==
0
and
Duel
.
GetMatchingGroupCount
(
c19619755
.
countfilter
,
tp
,
LOCATION_SZONE
,
0
,
nil
)
==
0
end
end
function
c19619755
.
atkcon0
(
e
)
function
c19619755
.
atkcon0
(
e
)
...
...
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