Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
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-THC-cards
Commits
1329ea4c
Commit
1329ea4c
authored
Feb 06, 2022
by
伊蕾娜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:c74561047.lua 修复L灵梦仅在线上使用时出场就进墓的bug
parent
bf8cf1a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
script/c74561047.lua
script/c74561047.lua
+1
-1
No files found.
script/c74561047.lua
View file @
1329ea4c
...
...
@@ -46,7 +46,7 @@ end
function
cCardno
.
efilter
(
e
,
te
)
local
tc
=
te
:
GetHandler
()
local
g
=
e
:
GetHandler
():
GetColumnGroup
()
return
not
g
:
IsContains
(
tc
)
return
tc
~=
e
:
GetHandler
()
and
not
g
:
IsContains
(
tc
)
end
--直死
function
cCardno
.
zscon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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