From c8d8c34aee2766fc5d3c614d8c1fd00afa30809b Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 19 Jul 2023 00:14:39 +0200 Subject: [PATCH] [MIRROR] Fixes mini-fridge name [MDB IGNORE] (#22570) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixes mini-fridge name (#76927) ## About The Pull Request mini_fridge becomes mini-fridge. Shrimple as that Closes: #76890 ## Why It's Good For The Game Minor grammatical mistake 💀 ## Changelog :cl: spellcheck: Maints fridge doesn't have _ in its name anymore /:cl: Co-authored-by: tattle <66640614+dragomagol@ users.noreply.github.com> * Fixes mini-fridge name --------- Co-authored-by: DaydreamIQ <62606051+DaydreamIQ@users.noreply.github.com> Co-authored-by: tattle <66640614+dragomagol@ users.noreply.github.com> --- code/game/objects/structures/crates_lockers/closets/gimmick.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/closets/gimmick.dm b/code/game/objects/structures/crates_lockers/closets/gimmick.dm index df05a57cf6f..1e7fede5842 100644 --- a/code/game/objects/structures/crates_lockers/closets/gimmick.dm +++ b/code/game/objects/structures/crates_lockers/closets/gimmick.dm @@ -132,7 +132,7 @@ new /obj/item/reagent_containers/cup/glass/bottle/beer(src) /obj/structure/closet/mini_fridge/grimy - name = "grimy mini_fridge" + name = "grimy mini-fridge" desc = "A small contraption designed to imbue a few drinks with a pleasant chill. This antiquated unit however seems to serve no purpose other than keeping the roaches company." /obj/structure/closet/mini_fridge/grimy/PopulateContents()