edits
This commit is contained in:
parent
2ada011b1a
commit
5f8813b303
3 changed files with 21 additions and 5 deletions
|
@ -55,7 +55,8 @@ Config.Societies = { -- Which societies have bank accounts
|
|||
"sud",
|
||||
"taxi",
|
||||
"ammu",
|
||||
"marshal"
|
||||
"marshal";
|
||||
"cute"
|
||||
|
||||
|
||||
|
||||
|
@ -100,7 +101,11 @@ Config.JobBossRanks = {
|
|||
["marshal"] = {
|
||||
maxRank = true, -- Will automatically detect the highest rank
|
||||
specificRanks = {0} -- Or you can specify ranks like {3, 4} if needed
|
||||
},
|
||||
},
|
||||
["cute"] = {
|
||||
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