1
0
Fork 0
forked from Simnation/Main

Update items.lua

This commit is contained in:
Nordi98 2025-07-09 22:31:29 +02:00
parent f19e8a17db
commit 8b873bd003

View file

@ -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 = "" },
}