mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Nanocalcium pens now inject 10u of epinephrine (#26034)
* Adds epi to nanocalcium * Actually add volume * Now 10u
This commit is contained in:
@@ -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(..())
|
||||
|
||||
Reference in New Issue
Block a user