forked from Simnation/Main
Update configStashes.lua
This commit is contained in:
parent
aa1a7dc51b
commit
903fbb50e2
1 changed files with 10 additions and 1 deletions
|
@ -31,6 +31,16 @@ config.stashes = {
|
|||
owner = false,
|
||||
jobs = { police = true }
|
||||
},
|
||||
{
|
||||
coords = vector3(365.22, -1600.38, 33.3),
|
||||
textUiLabel = 'öffnen',
|
||||
name = 'police_hlager', -- uniq name
|
||||
label = 'PD Häftlingslager',
|
||||
slots = 70,
|
||||
weight = 70000,
|
||||
owner = false,
|
||||
jobs = { police = {3, 4, 5, 6, 7, 8, 9, 10 } }
|
||||
},
|
||||
{
|
||||
coords = vector3(365.22, -1600.38, 33.3),
|
||||
textUiLabel = 'Armory',
|
||||
|
@ -41,7 +51,6 @@ config.stashes = {
|
|||
owner = false,
|
||||
jobs = { police = { 7, 8, 9, 10 } }
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
coords = vec3(301.3, -600.23, 43.28),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue