Nanocalcium pens now inject 10u of epinephrine (#26034)

* Adds epi to nanocalcium

* Actually add volume

* Now 10u
This commit is contained in:
DGamerL
2024-07-06 08:35:43 +00:00
committed by GitHub
parent c70d75fac9
commit f5bb6d1fb4
@@ -246,9 +246,9 @@
name = "protoype nanite autoinjector"
desc = "A highly experimental prototype chemical designed to fully mend limbs and organs of soldiers in the field, shuts down body systems whilst aiding in repair.<br><span class='boldwarning'>WARNING: Side effects can cause temporary paralysis, loss of co-ordination and sickness. Do not use with any kind of stimulant or drugs. Serious damage can occur!</span>"
icon_state = "bonepen"
amount_per_transfer_from_this = 30
volume = 30
list_reagents = list("nanocalcium" = 30)
amount_per_transfer_from_this = 40
volume = 40
list_reagents = list("nanocalcium" = 30, "epinephrine" = 10)
/obj/item/reagent_containers/hypospray/autoinjector/nanocalcium/attack(mob/living/M, mob/user)
if(..())