1
0
Fork 0
forked from Simnation/Main

Update items.lua

This commit is contained in:
Nordi98 2025-07-19 20:50:10 +02:00
parent 059769c977
commit f7d03fa98a

View file

@ -10551,7 +10551,7 @@ itemsData = {
weight = 100,
label = 'Blue Death',
unique = true,
useable = false,
useable = true,
image = 'blue_death.png',
name = 'blue_death',
},
@ -10643,7 +10643,17 @@ itemsData = {
image = 'line_coke.png',
name = 'line_coke',
},
= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Kokain Lines',
unique = true,
useable = true,
image = 'line_coke.png',
name = 'line_coke',
},
}