diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 2aafcf11eed..8e135140d3f 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -121,7 +121,7 @@ name = "combat stimulant injector" desc = "A modified air-needle autoinjector, used by support operatives to quickly heal injuries in combat. It has a proprietary adapter allowing it to inject through the ports of Syndicate-made hardsuits." amount_per_transfer_from_this = 15 - possible_transfer_amounts = null + possible_transfer_amounts = list(5, 10, 15, 20, 25, 30) icon_state = "combat_hypo" volume = 90 can_pierce_hardsuits = TRUE // So they can heal their comrades. @@ -129,11 +129,17 @@ list_reagents = list("epinephrine" = 30, "weak_omnizine" = 30, "salglu_solution" = 30) /obj/item/reagent_containers/hypospray/combat/nanites - desc = "A modified air-needle autoinjector for use in combat situations. Prefilled with expensive medical nanites for rapid healing. It can interface with the injection ports on any type of hardsuit." + desc = "A modified air-needle autoinjector for use in combat situations. Prefilled with a cocktail of experimental combat drugs and extremely expensive medical nanomachines. Capable of healing almost any injury in just a few seconds. It can interface with the injection ports on any type of hardsuit." icon_state = "nanites_hypo" volume = 100 list_reagents = list("nanites" = 100) +/obj/item/reagent_containers/hypospray/combat/syndicate_nanites + name = "medical nanite injector" + desc = "A modified air-needle autoinjector for use in combat situations. Prefilled with expensive medical nanomachines for rapid field stabilization." + volume = 100 + list_reagents = list("syndicate_nanites" = 100) + ////////////////////////////// // MARK: CMO HYPO ////////////////////////////// diff --git a/code/modules/response_team/ert_outfits.dm b/code/modules/response_team/ert_outfits.dm index 0f9d6727ed3..45d4ce66204 100644 --- a/code/modules/response_team/ert_outfits.dm +++ b/code/modules/response_team/ert_outfits.dm @@ -377,7 +377,7 @@ mask = /obj/item/clothing/mask/gas/sechailer/swat back = /obj/item/mod/control/pre_equipped/responsory/medic belt = /obj/item/storage/belt/medical //No need for belt defib, they got the built in ones. This gives them some extra storage. - l_pocket = /obj/item/reagent_containers/hypospray/combat/nanites + l_pocket = /obj/item/reagent_containers/hypospray/combat/syndicate_nanites r_pocket = /obj/item/reagent_containers/hypospray/autoinjector/epinephrine backpack_contents = list(