autoinjector

This commit is contained in:
ZomgPonies
2014-03-06 20:13:48 -05:00
parent 7ad775b0a2
commit 22765ac4d7
@@ -88,3 +88,18 @@
usr << "\blue It is currently loaded."
else
usr << "\blue It is spent."
/obj/item/weapon/reagent_containers/hypospray/autoinjector/hyperzine
name = "emergency stimulant autoinjector"
desc = "A potent mix of pain killers and muscle stimulants."
icon_state = "autoinjector"
item_state = "autoinjector"
amount_per_transfer_from_this = 5
volume = 5
/obj/item/weapon/reagent_containers/hypospray/autoinjector/hyperzine/New()
..()
reagents.add_reagent("hyperzine", 5)
update_icon()
return