From d3757b941315b681aaabc8f3dfb6cf11ec815488 Mon Sep 17 00:00:00 2001 From: Necaladun Date: Wed, 16 Apr 2014 09:49:20 +0930 Subject: [PATCH] Hyperzine bottle A pre-spawned bottle of hyperzine --- .../reagents/reagent_containers/glass/bottle.dm | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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."