Metastation kitchen area redesign and related features, take 2 (#30754)

* Metastation kitchen area redesign and related features, take 2

* reviews
This commit is contained in:
warriorstar-orion
2025-12-18 23:46:17 +00:00
committed by GitHub
parent e2efb09016
commit 481f035722
15 changed files with 2344 additions and 2236 deletions
@@ -76,6 +76,14 @@
component_parts += new /obj/item/stock_parts/capacitor/super(null)
RefreshParts()
/obj/machinery/cooking/ice_cream_mixer/loaded/Initialize(mapload)
. = ..()
for(var/i in 1 to length(surfaces))
var/datum/cooking_surface/surface = surfaces[i]
surface.container = new /obj/item/reagent_containers/cooking/icecream_bowl(src)
update_appearance()
/obj/item/circuitboard/cooking/ice_cream_mixer
board_name = "Ice Cream Mixer"
build_path = /obj/machinery/cooking/ice_cream_mixer
@@ -138,6 +138,10 @@
list_reagents = list("sodiumchloride" = 20)
possible_states = list()
/obj/item/reagent_containers/condiment/saltshaker/Initialize(mapload)
. = ..()
AddElement(/datum/element/shelf_positioning, y_offset_ = -3)
/obj/item/reagent_containers/condiment/saltshaker/suicide_act(mob/user)
user.visible_message(SPAN_SUICIDE("[user] begins to swap forms with the salt shaker! It looks like [user.p_theyre()] trying to commit suicide!"))
var/newname = "[name]"
@@ -160,6 +164,10 @@
list_reagents = list("blackpepper" = 20)
possible_states = list()
/obj/item/reagent_containers/condiment/peppermill/Initialize(mapload)
. = ..()
AddElement(/datum/element/shelf_positioning, y_offset_ = -3)
/obj/item/reagent_containers/condiment/milk
name = "space milk"
desc = "It's milk. White and nutritious goodness!"