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 = {
|
zig = {
|
||||||
useable = true,
|
useable = true,
|
||||||
weight = 100,
|
weight = 2,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = false,
|
unique = false,
|
||||||
description = '',
|
description = '',
|
||||||
|
@ -6545,7 +6545,7 @@ itemsData = {
|
||||||
},
|
},
|
||||||
cigs = {
|
cigs = {
|
||||||
useable = true,
|
useable = true,
|
||||||
weight = 200,
|
weight = 2,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = false,
|
unique = false,
|
||||||
description = '',
|
description = '',
|
||||||
|
@ -10632,4 +10632,18 @@ itemsData = {
|
||||||
image = 'cocaine_baggy.png',
|
image = 'cocaine_baggy.png',
|
||||||
name = 'mixed_coke',
|
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