Adds a hypo spray for restorative nanites, and replaces the super powerful nanites GAMMA medical erts get with it. (#25664)

* adds syndicate nanite hypospray, tweaks description of the nanites hypo spray

* Update code/modules/reagents/reagent_containers/hypospray.dm

Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>

* Update code/modules/reagents/reagent_containers/hypospray.dm

Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>

* this is probablymbetter anyways

* Update code/modules/reagents/reagent_containers/hypospray.dm

Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>

---------

Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
1080pCat
2024-06-12 18:02:46 +10:00
committed by GitHub
parent dc8a586c19
commit 60a69e5f9f
2 changed files with 9 additions and 3 deletions
@@ -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 <b>extremely</b> 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
//////////////////////////////