[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -19,7 +19,7 @@
/obj/item/clothing/head/beret
)
/obj/item/reagent_containers/cooking_container/Initialize()
/obj/item/reagent_containers/cooking_container/Initialize(mapload)
. = ..()
create_reagents(max_reagents)
flags |= OPENCONTAINER | NOREACT
@@ -188,7 +188,7 @@
max_space = 30
max_reagents = 120
/obj/item/reagent_containers/cooking_container/oven/Initialize()
/obj/item/reagent_containers/cooking_container/oven/Initialize(mapload)
. = ..()
// We add to the insertable list specifically for the oven trays, to allow specialty cakes.
@@ -208,7 +208,7 @@
desc = "Put ingredients 'in'/on this; designed for use with a grill. Warranty void if used incorrectly. Alt click to remove contents."
icon_state = "grillrack"
/obj/item/reagent_containers/cooking_container/grill/Initialize()
/obj/item/reagent_containers/cooking_container/grill/Initialize(mapload)
. = ..()
// Needed for the special recipes of the grill