From 3fbb2e9734e460b67be7f8237a2b875151cad919 Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:41:58 +0100 Subject: [PATCH] Mochi Cake Desc Change (#18619) Changed the description of Mochi Cakes as some people found the original a bit offensive. Now it contains facts I pulled from wikipedia :D --- code/modules/food/food/snacks.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index ec981965a3..4c524b8971 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -7596,7 +7596,9 @@ /obj/item/reagent_containers/food/snacks/packaged/mochicake name = "\improper Mochi Cake" icon_state = "mochicake" - desc = "Konnichiwa! Many go lucky rice cakes in future!" + desc = "A sweet little cake originating from the Sol system, made from sweet rice flour. \ + Traditionally prepared in a ceremony known as mochitsuki, in which a community would gather grind the rice for special occasions. \ + However this particular treat was no doubt mashed together in a factory." package_trash = /obj/item/trash/mochicakewrap package_open_state = "lunacake_open" filling_color = "#ffffff"