diff --git a/code/game/objects/machinery/vending/vending_types.dm b/code/game/objects/machinery/vending/vending_types.dm index e91489f81cb..3f4f2315066 100644 --- a/code/game/objects/machinery/vending/vending_types.dm +++ b/code/game/objects/machinery/vending/vending_types.dm @@ -161,6 +161,7 @@ /obj/item/storage/pill_bottle/spaceacillin = 6, /obj/item/storage/pill_bottle/alkysine = 6, /obj/item/storage/pill_bottle/imidazoline = 6, + /obj/item/storage/pill_bottle/imialky = 6, /obj/item/storage/pill_bottle/hypervene = 6, ), "Hypospray" = list ( @@ -264,6 +265,7 @@ /obj/item/storage/pill_bottle/spaceacillin = -1, /obj/item/storage/pill_bottle/alkysine = -1, /obj/item/storage/pill_bottle/imidazoline = -1, + /obj/item/storage/pill_bottle/imialky = -1, /obj/item/storage/pill_bottle/quickclot = -1, /obj/item/storage/pill_bottle/hypervene = -1, /obj/item/storage/pill_bottle/russian_red = -1,