Skip to content

Commit

Permalink
Feat: bring back medical nanites bottle. (ss220-space#69)
Browse files Browse the repository at this point in the history
* bring back medical nanites bottle.

that's all.

* bring many pill bottles.

that's all.

* Update vending_types.dm
  • Loading branch information
Etrnlmelancholy authored and Bizzonium committed Nov 1, 2022
1 parent 5222073 commit 3f7a47a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/items/reagent_containers/glass/bottle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@
icon_state = "bottle2"
list_reagents = list(/datum/reagent/medicine/polyhexanide = 30)

/obj/item/reagent_containers/glass/bottle/medicalnanites
name = "\improper Nanomachines bottle"
desc = "A small bottle. Contains nanomachines modified for medical use, A potent new method of healing that that reproduces using a subject's blood and has a brief but potentially dangerous activation period!"
icon_state = "bottle7"
list_reagents = list(/datum/reagent/medicine/research/medicalnanites = 5)

/obj/item/reagent_containers/glass/bottle/lemoline
name = "\improper Lemoline bottle"
desc = "A small bottle. Contains 10 units of lemoline, a reagent used in the creation of advanced medicine."
Expand Down
31 changes: 16 additions & 15 deletions code/game/objects/machinery/vending/vending_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,17 @@
/obj/item/reagent_containers/hypospray/advanced/dylovene = 5,
),
"Reagent Bottle" = list(
/obj/item/reagent_containers/glass/bottle/bicaridine = 6,
/obj/item/reagent_containers/glass/bottle/kelotane = 6,
/obj/item/reagent_containers/glass/bottle/tramadol = 6,
/obj/item/reagent_containers/glass/bottle/dylovene = 6,
/obj/item/reagent_containers/glass/bottle/inaprovaline = 6,
/obj/item/reagent_containers/glass/bottle/dexalin = 6,
/obj/item/reagent_containers/glass/bottle/spaceacillin = 6,
/obj/item/reagent_containers/glass/bottle/oxycodone = 6,
/obj/item/reagent_containers/glass/bottle/sleeptoxin = 6,
/obj/item/reagent_containers/glass/bottle/polyhexanide = 6,
/obj/item/reagent_containers/glass/bottle/bicaridine = 12,
/obj/item/reagent_containers/glass/bottle/kelotane = 12,
/obj/item/reagent_containers/glass/bottle/tramadol = 12,
/obj/item/reagent_containers/glass/bottle/dylovene = 12,
/obj/item/reagent_containers/glass/bottle/inaprovaline = 12,
/obj/item/reagent_containers/glass/bottle/dexalin = 12,
/obj/item/reagent_containers/glass/bottle/spaceacillin = 12,
/obj/item/reagent_containers/glass/bottle/oxycodone = 12,
/obj/item/reagent_containers/glass/bottle/sleeptoxin = 12,
/obj/item/reagent_containers/glass/bottle/polyhexanide = 12,
/obj/item/reagent_containers/glass/bottle/medicalnanites = 12,
),
"Pill Bottle" = list(
/obj/item/storage/pill_bottle/bicaridine = 15,
Expand All @@ -184,11 +185,11 @@
/obj/item/storage/pill_bottle/dylovene = 15,
/obj/item/storage/pill_bottle/inaprovaline = 15,
/obj/item/storage/pill_bottle/isotonic = 15,
/obj/item/storage/pill_bottle/dexalin = 6,
/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/quickclot = 6,
/obj/item/storage/pill_bottle/dexalin = 15,
/obj/item/storage/pill_bottle/spaceacillin = 15,
/obj/item/storage/pill_bottle/alkysine = 15,
/obj/item/storage/pill_bottle/imidazoline = 15,
/obj/item/storage/pill_bottle/quickclot = 15,
/obj/item/storage/pill_bottle/hypervene = 6,
/obj/item/storage/pill_bottle/russian_red = 6,
),
Expand Down

0 comments on commit 3f7a47a

Please sign in to comment.