This commit is contained in:
Nordi98 2025-06-29 07:52:51 +02:00
parent 2ada011b1a
commit 5f8813b303
3 changed files with 21 additions and 5 deletions

View file

@ -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
}