adds autoinhaler and autoinjector to autolathe (#7058)

Adds autoinhaler and autoinjector to autolathe.
    Gives autoinhaler and autoinjector material values (i'm open to suggestions to tweak 'em)

This allows medical to come to cargo to print more of these and hand them out to crew. Good stuff.
If anyone has any other ideas to add more (reasonable!) stuff to autolathes, you know where to contact me.
This commit is contained in:
Geeves
2019-09-28 13:49:00 +02:00
committed by Erki
parent f032abc1cd
commit ce511f0063
4 changed files with 53 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
center_of_mass = null
var/armorcheck = 1
var/time = 3 SECONDS
matter = list("glass" = 400, DEFAULT_WALL_MATERIAL = 200)
/obj/item/weapon/reagent_containers/hypospray/cmo
name = "premium hypospray"

View File

@@ -17,6 +17,7 @@
slot_flags = SLOT_BELT
center_of_mass = null
var/used = FALSE
matter = list("glass" = 400, DEFAULT_WALL_MATERIAL = 200)
/obj/item/weapon/reagent_containers/inhaler/Initialize()
. =..()