Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
d8642c52
Commit
d8642c52
authored
Dec 06, 2020
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
654846f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
expansions/script/c25000066.lua
expansions/script/c25000066.lua
+1
-1
expansions/script/c30000085.lua
expansions/script/c30000085.lua
+1
-0
No files found.
expansions/script/c25000066.lua
View file @
d8642c52
...
...
@@ -17,7 +17,7 @@ end
function
cm
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
~=
tp
and
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
end
function
cm
.
act
(
e
,
tp
)
function
cm
.
act
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
CreateGroup
()
Duel
.
ChangeTargetCard
(
ev
,
g
)
Duel
.
ChangeChainOperation
(
ev
,
cm
.
repop
)
...
...
expansions/script/c30000085.lua
View file @
d8642c52
...
...
@@ -12,6 +12,7 @@ function cm.lvop(e,tp)
rsop
.
SelectSolve
(
HINTMSG_SELF
,
tp
,
cm
.
lvfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
cm
.
lvfun
,
e
)
end
function
cm
.
lvfun
(
g
,
e
)
local
tp
=
e
:
GetHandlerPlayer
()
local
c
,
tc
=
e
:
GetHandler
(),
g
:
GetFirst
()
rshint
.
Select
(
tp
,
HINGMSG_LVRANK
)
local
lv
=
Duel
.
AnnounceLevel
(
tp
,
1
,
8
)
...
...
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