Files
Paradise/code/game/objects/closets/secure/chemlocker.dm
musketstgstation@gmail.com ac039bdc56 Added boxes of pill bottles to the Chemistry Locker.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@257 316c924e-a436-60f5-8080-3fe189b3f50e
2010-10-09 00:28:13 +00:00

6 lines
161 B
Plaintext

/obj/secure_closet/chemtoxin/New()
..()
sleep(2)
new /obj/item/weapon/storage/pillbottlebox(src)
new /obj/item/weapon/storage/pillbottlebox(src)
return