From 7cfff2d56f1988fb16a15673731664546cb1ea28 Mon Sep 17 00:00:00 2001 From: "trubblebass@gmail.com" Date: Tue, 20 Dec 2011 19:32:38 +0000 Subject: [PATCH] Only a small one this. - CMO's Hypospray now starts loaded with 25 units of Tricord. have fun! git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2753 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/chemical/Chemistry-Tools.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/chemical/Chemistry-Tools.dm b/code/modules/chemical/Chemistry-Tools.dm index 59e667f92e4..a1e66042092 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -1170,12 +1170,11 @@ /obj/item/weapon/reagent_containers/hypospray/attack_paw(mob/user as mob) return src.attack_hand(user) -/* -/obj/item/weapon/reagent_containers/hypospray/New() + +/obj/item/weapon/reagent_containers/hypospray/New() //comment this to make hypos start off empty ..() - reagents.add_reagent("tricordrazine", 30) //uncomment this to make it start with stuff in + reagents.add_reagent("tricordrazine", 30) return -*/ /obj/item/weapon/reagent_containers/hypospray/attack(mob/M as mob, mob/user as mob) if(!reagents.total_volume)