Skip to content

Commit

Permalink
wa
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Jan 4, 2025
1 parent 5a338c0 commit 0030478
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions code/modules/reagents/reagent_containers/hypospray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,16 @@
base_icon_state = "morphen"
item_state = "morphen"

/obj/item/reagent_containers/hypospray/medipen/mannitol
name = "tricordrazine injector"
desc = "An injector filled with mannitol, a restorative compound that targets the brain."
list_reagents = list(/datum/reagent/medicine/mannitol = 15)
volume = 15
amount_per_transfer_from_this = 15
icon_state = "morphen"
base_icon_state = "morphen"
item_state = "morphen"

//A vial-loaded hypospray. Cartridge-based!
/obj/item/hypospray/mkii
name = "hypospray mk.II"
Expand Down
3 changes: 2 additions & 1 deletion code/modules/vending/medical_wall.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
/obj/item/reagent_containers/hypospray/medipen/diphen = 5,
/obj/item/reagent_containers/hypospray/medipen/psicodine = 6,
/obj/item/reagent_containers/hypospray/medipen/synap = 6,
/obj/item/reagent_containers/hypospray/medipen/antihol = 10,
/obj/item/reagent_containers/hypospray/medipen/mannitol = 10,
/obj/item/reagent_containers/hypospray/medipen/tricord = 6,
/obj/item/reagent_containers/hypospray/medipen/morphine = 6,
/obj/item/reagent_containers/hypospray/medipen/antihol = 10,
/obj/item/reagent_containers/hypospray/medipen/anti_rad = 10,
)
premium = list(
Expand Down

0 comments on commit 0030478

Please sign in to comment.