From f24110dfb78a0d23b8a8d9172589e9979453ffe6 Mon Sep 17 00:00:00 2001 From: Doxxmedearly <38594443+Doxxmedearly@users.noreply.github.com> Date: Sat, 22 May 2021 20:44:50 -0400 Subject: [PATCH] Borscht Name Retirement (#11931) --- code/modules/reagents/reagent_containers/food/snacks.dm | 8 ++------ html/changelogs/doxxmedearly - borscht-or-borchschst.yml | 6 ++++++ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 html/changelogs/doxxmedearly - borscht-or-borchschst.yml diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm index 35f3cbf6cc8..7e0b69f7888 100644 --- a/code/modules/reagents/reagent_containers/food/snacks.dm +++ b/code/modules/reagents/reagent_containers/food/snacks.dm @@ -2214,18 +2214,14 @@ reagents_to_add = list(/decl/reagent/nutriment/protein = 5) /obj/item/reagent_containers/food/snacks/soup/beet - name = "beet soup" - desc = "Wait, how do you spell it again..?" + name = "borscht" + desc = "A hearty beet soup that's hard to spell." icon_state = "beetsoup" filling_color = "#FAC9FF" reagents_to_add = list(/decl/reagent/nutriment = 8) reagent_data = list(/decl/reagent/nutriment = list("tomato" = 4, "beet" = 4)) bitesize = 2 -/obj/item/reagent_containers/food/snacks/soup/beet/Initialize() - . = ..() - name = pick(list("borsch","bortsch","borstch","borsh","borshch","borscht")) - /obj/item/reagent_containers/food/snacks/salad/tossedsalad name = "tossed salad" desc = "A proper salad, basic and simple, with little bits of carrot, tomato and apple intermingled. Vegan!" diff --git a/html/changelogs/doxxmedearly - borscht-or-borchschst.yml b/html/changelogs/doxxmedearly - borscht-or-borchschst.yml new file mode 100644 index 00000000000..7aa44521215 --- /dev/null +++ b/html/changelogs/doxxmedearly - borscht-or-borchschst.yml @@ -0,0 +1,6 @@ +author: Doxxmedearly + +delete-after: True + +changes: + - tweak: "Borscht no longer gets randomly named with various misspellings when created. While funny, it was a nuisance with the smartheater for chefs."