Merge pull request #15178 from zeroisthebiggay/soup

all medipens get inhands
This commit is contained in:
silicons
2021-09-19 11:09:01 -07:00
committed by GitHub
4 changed files with 2 additions and 2 deletions
@@ -147,8 +147,8 @@
/obj/item/reagent_containers/hypospray/medipen/ekit
name = "emergency first-aid autoinjector"
desc = "An epinephrine medipen with extra coagulant and antibiotics to help stabilize bad cuts and burns."
icon_state = "firstaid"
item_state = "firstaid"
icon_state = "healthpen"
item_state = "healthpen"
volume = 15
amount_per_transfer_from_this = 15
list_reagents = list(/datum/reagent/medicine/epinephrine = 12, /datum/reagent/medicine/coagulant = 2.5, /datum/reagent/medicine/spaceacillin = 0.5)