mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user