mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-05 03:11:48 +01:00
470d76db4b
*Removes some autolathe entries made redundant by https://github.com/VOREStation/VOREStation/pull/8784 *Makes glass carafes and plastic pitchers batch-printable
12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
/datum/category_item/autolathe/general/holocollar
|
|
name = "Holo-collar"
|
|
path =/obj/item/clothing/accessory/collar/holo
|
|
|
|
/datum/category_item/autolathe/general/drinkingglass/carafe
|
|
name = "glass carafe"
|
|
path =/obj/item/weapon/reagent_containers/food/drinks/glass2/carafe
|
|
|
|
/datum/category_item/autolathe/general/drinkingglass/pitcher
|
|
name = "plastic pitcher"
|
|
path =/obj/item/weapon/reagent_containers/food/drinks/glass2/pitcher
|
|
|