mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +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
|
||||
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user