forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
2c2060cdc6
commit
93eca35471
1 changed files with 15 additions and 1 deletions
|
@ -50,7 +50,9 @@ Config.Societies = { -- Which societies have bank accounts
|
|||
"police",
|
||||
"ambulance",
|
||||
"cinema",
|
||||
|
||||
"fussiom",
|
||||
"kayas",
|
||||
"sud"
|
||||
|
||||
|
||||
|
||||
|
@ -68,9 +70,21 @@ Config.JobBossRanks = {
|
|||
specificRanks = {}
|
||||
},
|
||||
["cinema"] = {
|
||||
maxRank = false, -- Will automatically detect the highest rank
|
||||
specificRanks = {0,1} -- Or you can specify ranks like {3, 4} if needed
|
||||
},
|
||||
["kayas"] = {
|
||||
maxRank = true,
|
||||
specificRanks = {}
|
||||
},
|
||||
["fussion"] = {
|
||||
maxRank = true, -- Will automatically detect the highest rank
|
||||
specificRanks = {} -- Or you can specify ranks like {3, 4} if needed
|
||||
},
|
||||
["sud"] = {
|
||||
maxRank = true, -- Will automatically detect the highest rank
|
||||
specificRanks = {} -- Or you can specify ranks like {3, 4} if needed
|
||||
},
|
||||
-- Add other jobs as needed
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue