diff --git a/code/modules/reagents/reagent_containers/glass/bottle.dm b/code/modules/reagents/reagent_containers/glass/bottle.dm index a1240ebec56..8b3f7427dd2 100644 --- a/code/modules/reagents/reagent_containers/glass/bottle.dm +++ b/code/modules/reagents/reagent_containers/glass/bottle.dm @@ -65,6 +65,19 @@ ..() reagents.add_reagent("inaprovaline", 30) + +/obj/item/weapon/reagent_containers/glass/bottle/hyperzine + name = "hyperzine bottle" + desc = "A small bottle. Contains hyperzine - a powerful stimulant." + icon = 'icons/obj/chemical.dmi' + icon_state = "bottle18" + + New() + ..() + reagents.add_reagent("hyperzine", 30) + + + /obj/item/weapon/reagent_containers/glass/bottle/toxin name = "toxin bottle" desc = "A small bottle of toxins. Do not drink, it is poisonous."