This commit is contained in:
Nordi98 2025-07-27 22:17:12 +02:00
parent dfe7a276b1
commit d21fa8d470
3 changed files with 118 additions and 16 deletions

View file

@ -51,7 +51,24 @@ config.stashes = {
weight = 70000,
},

---- KAYAS HAUS ----

{
coords = vector3(2575.58, 6161.95, 166.17),
textUiLabel = 'öffnen',
name = 'kayasfridge', -- uniq name
label = 'Kühlschrank',
slots = 20,
weight = 70000,
},
{
coords = vector3(2577.19, 6169.46, 170.28),
textUiLabel = 'öffnen',
name = 'kayassideboard', -- uniq name
label = 'Sideborad',
slots = 10,
weight = 70000,
},

}
}