mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user