From 3b4155c5d6b213715bf89904e61f0c0ea84da5df Mon Sep 17 00:00:00 2001 From: GrimsonGrime Date: Mon, 26 Jun 2023 21:57:09 -0500 Subject: [PATCH] Update preferences.dm --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index f68020b7..5cd171cc 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -931,7 +931,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(/datum/reagent/consumable/alienhoney) dat += "Honey" if(/datum/reagent/consumable/pinkmilk) - dat += "Strawberry milk" + dat += "Strawberry Milk" else dat += "Nothing?" //This else is a safeguard for errors, and if it happened, they wouldn't be able to change this pref,