1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-06 07:52:45 +02:00
parent 442768b04c
commit fb66b3ce3b
7 changed files with 17 additions and 9 deletions

View file

@ -105,7 +105,7 @@ config.stashes = {
---- KAYAS RESTAURANT ----
{
coords = vector3(vector3(1898.94, 3714.66, 32.74)),
coords = vector3(1898.94, 3714.66, 32.74),
textUiLabel = 'öffnen',
name = 'kayasrfridge', -- uniq name
label = 'Lager',
@ -115,7 +115,15 @@ config.stashes = {
---- PDM ----
{
coords = vector3(-13.23, -1105.6, 28.0),
textUiLabel = 'öffnen',
name = 'pdmfridge', -- uniq name
label = 'Lager',
slots = 60,
weight = 60000,
},
}
}