forked from Simnation/Main
Update items.lua
This commit is contained in:
parent
f19e8a17db
commit
8b873bd003
1 changed files with 6 additions and 0 deletions
|
@ -385,4 +385,10 @@ itemsData = {
|
|||
strawberry_muffin = { name = "strawberry_muffin", label = "Strawberry muffin", weight = 100, type = "item", image = "strawberry_muffin.png", unique = true, useable = true, shouldClose = false, description = "" },
|
||||
mint_muffin = { name = "mint_muffin", label = "Mint muffin", weight = 100, type = "item", image = "mint_muffin.png", unique = true, useable = true, shouldClose = false, description = "" },
|
||||
berry_muffin = { name = "berry_muffin", label = "Berry muffin", weight = 100, type = "item", image = "berry_muffin.png", unique = true, useable = true, shouldClose = false, description = "" },
|
||||
|
||||
--sonstiges
|
||||
food_bag = { name = "food_bag", label = "Papiertüte", weight = 100, type = "item", image = "food_bag.png", unique = true, useable = true, shouldClose = false, description = "" },
|
||||
pdbag = { name = "pdbag", label = "Ausrüstungs Tasche", weight = 1000, type = "item", image = "pdbag.png", unique = true, useable = true, shouldClose = false, description = "" },
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue