Corrects evey storge with storage (#12220)

* Update medical.dm

* Update autobottler.dm

* Update autobotter_designs.dm

* Update medical_designs.dm

* Update hardsuit.dm

* Update code/modules/cargo/bounties/medical.dm

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Trilbyspaceclone
2020-05-13 15:21:11 -04:00
committed by GitHub
parent 44bb989ff9
commit 899c5a4575
5 changed files with 7 additions and 7 deletions
@@ -14,7 +14,7 @@
/datum/design/bottle
materials = list(/datum/material/glass = 1200)
build_type = AUTOBOTTLER
category = list("Storge")
category = list("Storage")
/datum/design/bottle/wine
name = "Bottle Design (Wine)"
@@ -331,4 +331,4 @@
id = "greenroad"
reagents_list = list(/datum/reagent/consumable/vitfro = 50, /datum/reagent/consumable/ethanol/rum = 30, /datum/reagent/ash = 10)
category = list("Beers")
build_path = /obj/item/export/bottle/greenroad
build_path = /obj/item/export/bottle/greenroad
@@ -238,7 +238,7 @@
/datum/design/bodybag
name = "Body Bag"
desc = "A normal body bag used for storge of dead crew."
desc = "A normal body bag used for storage of dead crew."
id = "bodybag"
build_type = PROTOLATHE
materials = list(/datum/material/plastic = 4000)