Skip to content

Commit

Permalink
imialy
Browse files Browse the repository at this point in the history
  • Loading branch information
siegluck committed Dec 12, 2024
1 parent 3982cb6 commit 47761ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/machinery/vending/vending_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 47761ac

Please sign in to comment.