Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -245,6 +245,36 @@
|
||||
category = list("Equipment")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
/datum/design/emptybottle
|
||||
name = "Glass Bottle"
|
||||
desc = "A small, empty bottle for storing liquids."
|
||||
id = "emptyglassbottle"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/glass = 400)
|
||||
build_path = /obj/item/reagent_containers/food/drinks/bottle/blank/small
|
||||
category = list("Equipment")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
/datum/design/largeemptybottle
|
||||
name = "Large Glass Bottle"
|
||||
desc = "A large, empty bottle for storing liquids."
|
||||
id = "largeemptyglassbottle"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/glass = 2000)
|
||||
build_path = /obj/item/reagent_containers/food/drinks/bottle/blank
|
||||
category = list("Equipment")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
/datum/design/emptypitcher
|
||||
name = "Pitcher"
|
||||
desc = "A large Pitcher to hold vast amounts of liquid."
|
||||
id = "emptypitcher"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/glass = 3600)
|
||||
build_path = /obj/item/reagent_containers/food/drinks/bottle/blank/pitcher
|
||||
category = list("Equipment")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
/datum/design/air_horn
|
||||
name = "Air Horn"
|
||||
desc = "Damn son, where'd you find this?"
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
|
||||
/datum/techweb_node/bottle_exports
|
||||
id = "bottle_exports"
|
||||
display_name = "Legal Bottling"
|
||||
display_name = "Advanced Bottling"
|
||||
prereq_ids = list("blueprinted_bottles")
|
||||
description = "New bottles for printing and selling."
|
||||
design_ids = list("minikeg", "blooddrop", "slim_gold", "white_bloodmoon", "greenroad")
|
||||
description = "New bottles for printing, storage and selling."
|
||||
design_ids = list("minikeg", "blooddrop", "slim_gold", "white_bloodmoon", "greenroad", "emptyglassbottle", "largeemptyglassbottle", "emptypitcher")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 250)
|
||||
|
||||
Reference in New Issue
Block a user