From 540000b8c8d63c40910fd463aa2433369e05dec6 Mon Sep 17 00:00:00 2001 From: "trubblebass@gmail.com" Date: Tue, 20 Dec 2011 19:32:38 +0000 Subject: [PATCH] TG UPDATES: 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 6a601344567..1bd2c27ea9a 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -1226,12 +1226,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)