diff --git a/resources/[inventory]/inventory_images/images/bag_blue_death.png b/resources/[inventory]/inventory_images/images/bag_blue_death.png new file mode 100644 index 000000000..83ef77575 Binary files /dev/null and b/resources/[inventory]/inventory_images/images/bag_blue_death.png differ diff --git a/resources/[inventory]/inventory_images/images/blue_death.png b/resources/[inventory]/inventory_images/images/blue_death.png new file mode 100644 index 000000000..06b31b851 Binary files /dev/null and b/resources/[inventory]/inventory_images/images/blue_death.png differ diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index c457078b8..dd23b1121 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -10533,5 +10533,50 @@ itemsData = { image = 'empty_card.png', name = 'empty_card', }, + glukose = { + shouldClose = true, + type = 'item', + description = '', + weight = 100, + label = 'Glukose', + unique = true, + useable = false, + image = 'glukose.png', + name = 'glukose', + }, + dest_water = { + shouldClose = true, + type = 'item', + description = '', + weight = 100, + label = 'Destilliertes Wasser', + unique = true, + useable = false, + image = 'dest_water.png', + name = 'dest_water', + }, + blue_death = { + shouldClose = true, + type = 'item', + description = '', + weight = 100, + label = 'Blue Death', + unique = true, + useable = false, + image = 'blue_death.png', + name = 'blue_death', + }, + bag_blue_death = { + shouldClose = true, + type = 'item', + description = '', + weight = 100, + label = 'Tüte Blue Death', + unique = true, + useable = false, + image = 'bag_blue_death.png', + name = 'bag_blue_death', + }, + }