ed
This commit is contained in:
parent
4c44afc37c
commit
2e129ccb92
26 changed files with 3020 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue