mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
committed by
Hawk-v3
parent
65afce8818
commit
540000b8c8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user