mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
autoinjector
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user