From 1d565808b33bb6f3461728f46d6dce6583fac369 Mon Sep 17 00:00:00 2001 From: Schnayy Date: Tue, 10 Mar 2020 13:39:32 -0500 Subject: [PATCH] fix and changelog --- code/modules/food/food/condiment.dm | 14 +++++++------- html/changelogs/schnayy - cooking adjustments.yml | 10 ++++++++++ 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 html/changelogs/schnayy - cooking adjustments.yml diff --git a/code/modules/food/food/condiment.dm b/code/modules/food/food/condiment.dm index 53af498ed0..5ed00e00f6 100644 --- a/code/modules/food/food/condiment.dm +++ b/code/modules/food/food/condiment.dm @@ -149,6 +149,9 @@ . = ..() reagents.add_reagent("capsaicin", 50) +/obj/item/weapon/reagent_containers/food/condiment/cornoil + name = "Corn Oil" + /obj/item/weapon/reagent_containers/food/condiment/cornoil/Initialize() . = ..() reagents.add_reagent("cornoil", 50) @@ -161,6 +164,9 @@ . = ..() reagents.add_reagent("soysauce", 50) +/obj/item/weapon/reagent_containers/food/condiment/yeast + name = "Yeast" + /obj/item/weapon/reagent_containers/food/condiment/yeast/Initialize() . = ..() reagents.add_reagent("yeast", 50) @@ -408,10 +414,4 @@ /obj/item/weapon/reagent_containers/food/condiment/flour/Initialize() . = ..() reagents.add_reagent("flour", 30) - randpixel_xy() - -/obj/item/weapon/reagent_containers/food/condiment/yeast - name = "Yeast" - -/obj/item/weapon/reagent_containers/food/condiment/cornoil - name = "Corn Oil" \ No newline at end of file + randpixel_xy() \ No newline at end of file diff --git a/html/changelogs/schnayy - cooking adjustments.yml b/html/changelogs/schnayy - cooking adjustments.yml new file mode 100644 index 0000000000..b45ba131d7 --- /dev/null +++ b/html/changelogs/schnayy - cooking adjustments.yml @@ -0,0 +1,10 @@ +author: schnayy + +delete-after: True + +changes: + - rscadd: "Adds the reagent yeast. It can be found in the kitchen vendor and in cargo kitchen supply crates." + - tweak: "Bread now calls for 5 units yeast instead of an egg, and baguettes and croissants call for 5 units yeast in addition to former ingredients." + - rscadd: "Corn oil added to the Dinnerware vendor and the Booze-o-Mat." + - imageadd: "Sprites for peanut butter, mayo, and yeast condiments." + - bugfix: "Boiled slime core now links to the proper sprite." \ No newline at end of file