From 7e12ceeb642bb2c230ca24c4249fcc28282183e1 Mon Sep 17 00:00:00 2001 From: Bjarl <94164348+Bjarl@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:02:39 -0400 Subject: [PATCH] a --- code/datums/traits/negative.dm | 2 +- code/modules/client/preferences.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 322d43313c08..a7c8d06613e2 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -628,7 +628,7 @@ . = ..() /datum/quirk/junkie/smoker/announce_drugs() - to_chat(quirk_holder, "There is a [initial(drug_container_type.name)] [where_drug], and a [accessory_type.name] [where_accessory]. Make sure you get your favorite brand when you run out.") + to_chat(quirk_holder, "There is a [initial(drug_container_type.name)] [where_drug], and a [initial(accessory_type.name)] [where_accessory]. Make sure you get your favorite brand when you run out.") /datum/quirk/junkie/smoker/on_process() . = ..() diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index d37c8bbb0868..43d971f0fb4e 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -826,7 +826,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "[phobia]
" if("Smoker" in all_quirks) - dat += "

Cigarette Brand

" + dat += "

Smoker

" dat += "[preferred_smoke_brand]
"