forked from Simnation/Main
Update items.lua
This commit is contained in:
parent
059769c977
commit
f7d03fa98a
1 changed files with 12 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue