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
This commit is contained in:
trubblebass@gmail.com
2012-03-01 03:20:29 +00:00
committed by Hawk-v3
parent 65afce8818
commit 540000b8c8
+3 -4
View File
@@ -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)