forked from Simnation/Main
Update items.lua
This commit is contained in:
parent
640cdd069b
commit
3c2ccf49a3
1 changed files with 2 additions and 2 deletions
|
@ -4244,7 +4244,7 @@ itemsData = {
|
|||
useable = true,
|
||||
weight = 100,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
unique = true,
|
||||
description = '',
|
||||
image = 'bleeder.png',
|
||||
shouldClose = true,
|
||||
|
@ -4266,7 +4266,7 @@ itemsData = {
|
|||
useable = true,
|
||||
weight = 100,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
unique = true,
|
||||
description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings',
|
||||
image = 'loaded_fries.png',
|
||||
shouldClose = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue