edsit
This commit is contained in:
parent
4914f1688a
commit
2ada011b1a
2 changed files with 22 additions and 6 deletions
|
@ -54,7 +54,8 @@ Config.Societies = { -- Which societies have bank accounts
|
|||
"kayas",
|
||||
"sud",
|
||||
"taxi",
|
||||
"ammu"
|
||||
"ammu",
|
||||
"marshal"
|
||||
|
||||
|
||||
|
||||
|
@ -85,8 +86,8 @@ Config.JobBossRanks = {
|
|||
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
|
||||
maxRank = false, -- Will automatically detect the highest rank
|
||||
specificRanks = {0} -- Or you can specify ranks like {3, 4} if needed
|
||||
},
|
||||
["taxi"] = {
|
||||
maxRank = true, -- Will automatically detect the highest rank
|
||||
|
@ -95,7 +96,11 @@ Config.JobBossRanks = {
|
|||
["ammu"] = {
|
||||
maxRank = false, -- Will automatically detect the highest rank
|
||||
specificRanks = {0} -- Or you can specify ranks like {3, 4} if needed
|
||||
},
|
||||
},
|
||||
["marshal"] = {
|
||||
maxRank = true, -- Will automatically detect the highest rank
|
||||
specificRanks = {0} -- 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