Default secret grade names

pull/13/head
Ishaan Bhardwaj 2020-12-04 15:16:13 -05:00
parent aea115d953
commit 935c7aa14c
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ function GameMode:new()
self.irs = true
self.ihs = true
self.rpc_details = "In game"
self.SGnames = {
"9", "8", "7", "6", "5", "4", "3", "2", "1",
"S1", "S2", "S3", "S4", "S5", "S6", "S7", "S8", "S9",
"GM"
}
-- variables related to configurable parameters
self.drop_locked = false
self.hard_drop_locked = false