From 387645d5464c0e5b2a09e540b1a5395a16044404 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 28 Nov 2025 06:45:52 +0100 Subject: [PATCH] Removes soup pot from technode (#94166) ## About The Pull Request This removes printable soup pots ## Why It's Good For The Game image Just get it from the vendor or order restocking units. ## Changelog :cl: ezel balance: You can no longer print soup pots /:cl: --- .../research/designs/autolathe/service_designs.dm | 13 ------------- .../modules/research/techweb/nodes/service_nodes.dm | 1 - 2 files changed, 14 deletions(-) diff --git a/code/modules/research/designs/autolathe/service_designs.dm b/code/modules/research/designs/autolathe/service_designs.dm index 2f60366a7e5..ebefa29b263 100644 --- a/code/modules/research/designs/autolathe/service_designs.dm +++ b/code/modules/research/designs/autolathe/service_designs.dm @@ -190,19 +190,6 @@ ) departmental_flags = DEPARTMENT_BITFLAG_SERVICE -/datum/design/soup_pot - name = "Soup Pot" - id = "souppot" - build_type = AUTOLATHE | PROTOLATHE | AWAY_LATHE - materials = list(/datum/material/iron =SHEET_MATERIAL_AMOUNT*5, /datum/material/bluespace =SMALL_MATERIAL_AMOUNT*4) - category = list(RND_CATEGORY_INITIAL, RND_CATEGORY_EQUIPMENT) - build_path = /obj/item/reagent_containers/cup/soup_pot - category = list( - RND_CATEGORY_INITIAL, - RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_KITCHEN, - ) - departmental_flags = DEPARTMENT_BITFLAG_SERVICE - /datum/design/bowl name = "Bowl" id = "bowl" diff --git a/code/modules/research/techweb/nodes/service_nodes.dm b/code/modules/research/techweb/nodes/service_nodes.dm index bb28a26a00c..4dfe8cbfbff 100644 --- a/code/modules/research/techweb/nodes/service_nodes.dm +++ b/code/modules/research/techweb/nodes/service_nodes.dm @@ -146,7 +146,6 @@ "oven", "stove", "range", - "souppot", "processor", "gibber", "monkey_recycler",