Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
specials
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
JoyJ
specials
Commits
f389d3a1
Commit
f389d3a1
authored
May 13, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean
parent
76682cfa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
+25
-25
manual/special.lua
manual/special.lua
+25
-25
No files found.
manual/special.lua
View file @
f389d3a1
...
@@ -27,11 +27,11 @@ local function grantDecktop(e)
...
@@ -27,11 +27,11 @@ local function grantDecktop(e)
Duel
.
RegisterEffect
(
e3
,
0
)
Duel
.
RegisterEffect
(
e3
,
0
)
end
end
local
function
fieldEffect
(
r
)
local
function
fieldEffect
Template
(
r
)
local
e1
=
Effect
.
GlobalEffect
()
local
e1
=
Effect
.
GlobalEffect
()
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
,
EFFECT_FLAG2_CONTINUOUS_OPPOTURN
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetRange
(
r
)
e1
:
SetRange
(
r
)
e1
:
SetTarget
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
e1
:
SetTarget
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetCurrentChain
()
==
0
end
if
chk
==
0
then
return
Duel
.
GetCurrentChain
()
==
0
end
...
@@ -41,13 +41,13 @@ local function fieldEffect(r)
...
@@ -41,13 +41,13 @@ local function fieldEffect(r)
return
e1
return
e1
end
end
local
function
deckEffect
()
local
function
deckEffect
Template
()
return
fieldEffect
(
LOCATION_DECK
)
return
fieldEffect
Template
(
LOCATION_DECK
)
end
end
function
Auxiliary
.
PreloadUds
()
function
Auxiliary
.
PreloadUds
()
--deck effects for card
--deck effects for card
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1105
)
e1
:
SetDescription
(
1105
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_DECK
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
99
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_DECK
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
99
,
nil
)
...
@@ -57,7 +57,7 @@ function Auxiliary.PreloadUds()
...
@@ -57,7 +57,7 @@ function Auxiliary.PreloadUds()
end
end
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1104
)
e1
:
SetDescription
(
1104
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_HAND
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
99
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_HAND
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
99
,
nil
)
...
@@ -66,7 +66,7 @@ function Auxiliary.PreloadUds()
...
@@ -66,7 +66,7 @@ function Auxiliary.PreloadUds()
end
end
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1103
)
e1
:
SetDescription
(
1103
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_GRAVE
,
0
,
1
,
99
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_GRAVE
,
0
,
1
,
99
,
nil
)
...
@@ -75,7 +75,7 @@ function Auxiliary.PreloadUds()
...
@@ -75,7 +75,7 @@ function Auxiliary.PreloadUds()
end
end
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1102
)
e1
:
SetDescription
(
1102
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_REMOVED
,
0
,
1
,
99
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_REMOVED
,
0
,
1
,
99
,
nil
)
...
@@ -85,7 +85,7 @@ function Auxiliary.PreloadUds()
...
@@ -85,7 +85,7 @@ function Auxiliary.PreloadUds()
end
end
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1118
)
e1
:
SetDescription
(
1118
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_MZONE
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
99
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_MZONE
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
99
,
nil
)
...
@@ -94,7 +94,7 @@ function Auxiliary.PreloadUds()
...
@@ -94,7 +94,7 @@ function Auxiliary.PreloadUds()
end
end
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1159
)
e1
:
SetDescription
(
1159
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_SZONE
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0xff
-
LOCATION_SZONE
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
1
,
nil
)
...
@@ -111,7 +111,7 @@ function Auxiliary.PreloadUds()
...
@@ -111,7 +111,7 @@ function Auxiliary.PreloadUds()
end
end
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1111
)
e1
:
SetDescription
(
1111
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
)
...
@@ -123,14 +123,14 @@ function Auxiliary.PreloadUds()
...
@@ -123,14 +123,14 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
--deck effects for global
--deck effects for global
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1297
)
e1
:
SetDescription
(
1297
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
ShuffleDeck
(
tp
)
Duel
.
ShuffleDeck
(
tp
)
Duel
.
ShuffleHand
(
tp
)
Duel
.
ShuffleHand
(
tp
)
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1123
)
e1
:
SetDescription
(
1123
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
acs
=
{}
local
acs
=
{}
...
@@ -148,14 +148,14 @@ function Auxiliary.PreloadUds()
...
@@ -148,14 +148,14 @@ function Auxiliary.PreloadUds()
end
end
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1108
)
e1
:
SetDescription
(
1108
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ac
=
Duel
.
AnnounceNumber
(
tp
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
)
local
ac
=
Duel
.
AnnounceNumber
(
tp
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
)
Duel
.
Draw
(
tp
,
ac
,
REASON_RULE
)
Duel
.
Draw
(
tp
,
ac
,
REASON_RULE
)
end
)
end
)
grantDecktop
(
e1
)
grantDecktop
(
e1
)
local
e1
=
deckEffect
()
local
e1
=
deckEffect
Template
()
e1
:
SetDescription
(
1119
)
e1
:
SetDescription
(
1119
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ac
=
Duel
.
AnnounceCard
(
tp
)
local
ac
=
Duel
.
AnnounceCard
(
tp
)
...
@@ -165,7 +165,7 @@ function Auxiliary.PreloadUds()
...
@@ -165,7 +165,7 @@ function Auxiliary.PreloadUds()
grantDecktop
(
e1
)
grantDecktop
(
e1
)
--single card effects
--single card effects
local
e1
=
fieldEffect
(
LOCATION_ONFIELD
)
local
e1
=
fieldEffect
Template
(
LOCATION_ONFIELD
)
e1
:
SetDescription
(
1111
)
e1
:
SetDescription
(
1111
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -174,7 +174,7 @@ function Auxiliary.PreloadUds()
...
@@ -174,7 +174,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
nil
,
LOCATION_ONFIELD
)
grantAll
(
e1
,
nil
,
LOCATION_ONFIELD
)
local
e1
=
fieldEffect
(
LOCATION_MZONE
)
local
e1
=
fieldEffect
Template
(
LOCATION_MZONE
)
e1
:
SetDescription
(
1112
)
e1
:
SetDescription
(
1112
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -182,7 +182,7 @@ function Auxiliary.PreloadUds()
...
@@ -182,7 +182,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
nil
,
LOCATION_MZONE
)
grantAll
(
e1
,
nil
,
LOCATION_MZONE
)
local
e1
=
fieldEffect
(
LOCATION_MZONE
)
local
e1
=
fieldEffect
Template
(
LOCATION_MZONE
)
e1
:
SetDescription
(
1113
)
e1
:
SetDescription
(
1113
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -209,7 +209,7 @@ function Auxiliary.PreloadUds()
...
@@ -209,7 +209,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
nil
,
LOCATION_MZONE
)
grantAll
(
e1
,
nil
,
LOCATION_MZONE
)
local
e1
=
fieldEffect
(
LOCATION_MZONE
)
local
e1
=
fieldEffect
Template
(
LOCATION_MZONE
)
e1
:
SetDescription
(
1130
)
e1
:
SetDescription
(
1130
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -231,7 +231,7 @@ function Auxiliary.PreloadUds()
...
@@ -231,7 +231,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
function
(
e
,
c
)
return
c
:
IsType
(
TYPE_XYZ
)
end
,
LOCATION_MZONE
)
grantAll
(
e1
,
function
(
e
,
c
)
return
c
:
IsType
(
TYPE_XYZ
)
end
,
LOCATION_MZONE
)
local
loc
=
LOCATION_HAND
+
LOCATION_ONFIELD
local
loc
=
LOCATION_HAND
+
LOCATION_ONFIELD
local
e1
=
fieldEffect
(
loc
)
local
e1
=
fieldEffect
Template
(
loc
)
e1
:
SetDescription
(
1105
)
e1
:
SetDescription
(
1105
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
...
@@ -242,7 +242,7 @@ function Auxiliary.PreloadUds()
...
@@ -242,7 +242,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
nil
,
loc
)
grantAll
(
e1
,
nil
,
loc
)
local
loc
=
LOCATION_ONFIELD
local
loc
=
LOCATION_ONFIELD
local
e1
=
fieldEffect
(
loc
)
local
e1
=
fieldEffect
Template
(
loc
)
e1
:
SetDescription
(
1104
)
e1
:
SetDescription
(
1104
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
...
@@ -252,7 +252,7 @@ function Auxiliary.PreloadUds()
...
@@ -252,7 +252,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
nil
,
loc
)
grantAll
(
e1
,
nil
,
loc
)
local
loc
=
LOCATION_HAND
+
LOCATION_ONFIELD
local
loc
=
LOCATION_HAND
+
LOCATION_ONFIELD
local
e1
=
fieldEffect
(
loc
)
local
e1
=
fieldEffect
Template
(
loc
)
e1
:
SetDescription
(
1103
)
e1
:
SetDescription
(
1103
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
...
@@ -262,7 +262,7 @@ function Auxiliary.PreloadUds()
...
@@ -262,7 +262,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
nil
,
loc
)
grantAll
(
e1
,
nil
,
loc
)
local
loc
=
LOCATION_HAND
+
LOCATION_ONFIELD
local
loc
=
LOCATION_HAND
+
LOCATION_ONFIELD
local
e1
=
fieldEffect
(
loc
)
local
e1
=
fieldEffect
Template
(
loc
)
e1
:
SetDescription
(
1102
)
e1
:
SetDescription
(
1102
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
...
@@ -273,7 +273,7 @@ function Auxiliary.PreloadUds()
...
@@ -273,7 +273,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
nil
,
loc
)
grantAll
(
e1
,
nil
,
loc
)
local
loc
=
LOCATION_HAND
+
LOCATION_SZONE
local
loc
=
LOCATION_HAND
+
LOCATION_SZONE
local
e1
=
fieldEffect
(
loc
)
local
e1
=
fieldEffect
Template
(
loc
)
e1
:
SetDescription
(
1118
)
e1
:
SetDescription
(
1118
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
...
@@ -283,7 +283,7 @@ function Auxiliary.PreloadUds()
...
@@ -283,7 +283,7 @@ function Auxiliary.PreloadUds()
end
)
end
)
grantAll
(
e1
,
function
(
e
,
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
or
(
c
:
GetOriginalType
()
&
TYPE_MONSTER
)
>
0
end
,
loc
)
grantAll
(
e1
,
function
(
e
,
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
or
(
c
:
GetOriginalType
()
&
TYPE_MONSTER
)
>
0
end
,
loc
)
local
loc
=
LOCATION_HAND
+
LOCATION_MZONE
local
loc
=
LOCATION_HAND
+
LOCATION_MZONE
local
e1
=
fieldEffect
(
loc
)
local
e1
=
fieldEffect
Template
(
loc
)
e1
:
SetDescription
(
1159
)
e1
:
SetDescription
(
1159
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
local
g
=
Group
.
FromCards
(
e
:
GetHandler
())
...
...
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