This commit is contained in:
Nordi98 2025-07-12 18:56:43 +02:00
parent 4c44afc37c
commit 2e129ccb92
26 changed files with 3020 additions and 2 deletions

View file

@ -10401,5 +10401,28 @@ itemsData = {
image = 'kq_winch.png',
name = 'kq_winch',
},
bodycam = {
shouldClose = true,
type = 'item',
description = '',
weight = 500,
label = 'Bodycam',
unique = true,
useable = true,
image = 'bodycam.png',
name = 'bodycam',
},
dashcam = {
shouldClose = true,
type = 'item',
description = '',
weight = 500,
label = 'Dashcam',
unique = true,
useable = true,
image = 'dashcam.png',
name = 'dashcam',
},
}