forked from Simnation/Main
e
This commit is contained in:
parent
e7a9163925
commit
0d55671de4
2 changed files with 16 additions and 2 deletions
BIN
resources/[inventory]/inventory_images/images/line_coke.png
Normal file
BIN
resources/[inventory]/inventory_images/images/line_coke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
|
@ -4628,7 +4628,7 @@ itemsData = {
|
|||
},
|
||||
zig = {
|
||||
useable = true,
|
||||
weight = 100,
|
||||
weight = 2,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = '',
|
||||
|
@ -6545,7 +6545,7 @@ itemsData = {
|
|||
},
|
||||
cigs = {
|
||||
useable = true,
|
||||
weight = 200,
|
||||
weight = 2,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = '',
|
||||
|
@ -10632,4 +10632,18 @@ itemsData = {
|
|||
image = 'cocaine_baggy.png',
|
||||
name = 'mixed_coke',
|
||||
},
|
||||
line_coke = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'Kokain Lines',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'line_coke.png',
|
||||
name = 'line_coke',
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue