Added boxes of pill bottles to the Chemistry Locker.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@257 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-10-09 00:28:13 +00:00
parent 139e7fd7e3
commit ac039bdc56
4 changed files with 23 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@
icon_state = "box"
item_state = "syringe_kit"
/obj/item/weapon/storage/pillbottlebox
name = "Pill Bottles"
icon_state = "box"
item_state = "syringe_kit"
/obj/item/weapon/storage/blankbox
name = "Blank Shells"
icon_state = "box"
@@ -0,0 +1,6 @@
/obj/secure_closet/chemtoxin/New()
..()
sleep(2)
new /obj/item/weapon/storage/pillbottlebox(src)
new /obj/item/weapon/storage/pillbottlebox(src)
return
+11
View File
@@ -177,6 +177,17 @@
..()
return
/obj/item/weapon/storage/pillbottlebox/New()
new /obj/item/weapon/storage/pill_bottle( src )
new /obj/item/weapon/storage/pill_bottle( src )
new /obj/item/weapon/storage/pill_bottle( src )
new /obj/item/weapon/storage/pill_bottle( src )
new /obj/item/weapon/storage/pill_bottle( src )
new /obj/item/weapon/storage/pill_bottle( src )
new /obj/item/weapon/storage/pill_bottle( src )
..()
return
////////////////////////////////////////////////////////////////////////////////
/obj/item/weapon/storage/utilitybelt/proc/can_use()