1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-19 20:15:45 +02:00
parent e7a9163925
commit 0d55671de4
2 changed files with 16 additions and 2 deletions

View file

@ -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',
},
}