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
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
Vee4
ygopro-scripts-888
Commits
a3480a74
Commit
a3480a74
authored
Feb 21, 2022
by
salix5
Committed by
GitHub
Feb 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 黄金郷の七摩天 (#1813)
parent
4303fa90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
c95034141.lua
c95034141.lua
+1
-1
utility.lua
utility.lua
+3
-0
No files found.
c95034141.lua
View file @
a3480a74
...
...
@@ -95,7 +95,7 @@ function c95034141.alfilter(c)
return
c
:
IsRace
(
RACE_ZOMBIE
)
and
c
:
IsFaceup
()
end
function
c95034141
.
alcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c95034141
.
alfilter
,
1
,
nil
)
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIONS
)
return
eg
:
IsExists
(
c95034141
.
alfilter
,
1
,
nil
)
and
aux
.
IsSpecialSummonedByEffect
(
re
)
end
function
c95034141
.
cfilter
(
c
)
return
c
:
IsFacedown
()
and
c
:
GetSequence
()
<
5
...
...
utility.lua
View file @
a3480a74
...
...
@@ -2801,3 +2801,6 @@ end
function
Auxiliary
.
ExtraReleaseFilter
(
c
,
tp
)
return
c
:
IsControler
(
1
-
tp
)
and
c
:
IsHasEffect
(
EFFECT_EXTRA_RELEASE_NONSUM
,
tp
)
end
function
Auxiliary
.
IsSpecialSummonedByEffect
(
e
)
return
not
((
e
:
GetCode
()
==
EFFECT_SPSUMMON_PROC
or
e
:
GetCode
()
==
EFFECT_SPSUMMON_PROC_G
)
and
e
:
GetProperty
()
&
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
==
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
))
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