Med Pill Blue Pill (#4404)

* Fixes 4412
* Rebalanced medical gear spawns
* Pill bottle code touched up
This commit is contained in:
mistyLuminescence
2017-12-23 14:45:24 -08:00
committed by Atermonera
parent 828b927a4d
commit c986d57c34
8 changed files with 239 additions and 178 deletions
@@ -312,3 +312,13 @@
icon_state = icon_closed
else
icon_state = icon_opened
/obj/structure/closet/secure_closet/medical_wall/pills
name = "pill cabinet"
New()
..()
new /obj/item/weapon/storage/pill_bottle/tramadol(src)
new /obj/item/weapon/storage/pill_bottle/antitox(src)
new /obj/item/weapon/storage/pill_bottle/carbon(src)
new /obj/random/medical/pillbottle(src)