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,
|
useable = true,
|
||||||
weight = 100,
|
weight = 100,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = false,
|
unique = true,
|
||||||
description = '',
|
description = '',
|
||||||
image = 'bleeder.png',
|
image = 'bleeder.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
|
@ -4266,7 +4266,7 @@ itemsData = {
|
||||||
useable = true,
|
useable = true,
|
||||||
weight = 100,
|
weight = 100,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = false,
|
unique = true,
|
||||||
description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings',
|
description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings',
|
||||||
image = 'loaded_fries.png',
|
image = 'loaded_fries.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue