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,
|
owner = false,
|
||||||
jobs = { police = true }
|
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),
|
coords = vector3(365.22, -1600.38, 33.3),
|
||||||
textUiLabel = 'Armory',
|
textUiLabel = 'Armory',
|
||||||
|
@ -42,7 +52,6 @@ config.stashes = {
|
||||||
jobs = { police = { 7, 8, 9, 10 } }
|
jobs = { police = { 7, 8, 9, 10 } }
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
coords = vec3(301.3, -600.23, 43.28),
|
coords = vec3(301.3, -600.23, 43.28),
|
||||||
textUiLabel = 'Persönlicher Spind',
|
textUiLabel = 'Persönlicher Spind',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue