Merge pull request #5873 from Citadel-Station-13/upstream-merge-36083

[MIRROR] Pillbottles can now be made
This commit is contained in:
deathride58
2018-03-09 20:41:26 +00:00
committed by GitHub
@@ -423,6 +423,14 @@
build_path = /obj/item/device/healthanalyzer
category = list("initial", "Medical")
/datum/design/pillbottle
name = "Pill Bottle"
id = "pillbottle"
build_type = AUTOLATHE
materials = list(MAT_METAL = 20, MAT_GLASS = 100)
build_path = /obj/item/storage/pill_bottle
category = list("initial", "Medical")
/datum/design/beanbag_slug
name = "Beanbag Slug"
id = "beanbag_slug"