From 659550ff257387ed46746b8b3415b478a3438674 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 17 Jan 2021 11:59:34 +0000 Subject: [PATCH] Fixed honey balls lable. Fixed honey balls lable. --- 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 6c0e8863..1653fc96 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -841,7 +841,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(/datum/reagent/consumable/femcum) dat += "Femcum" if(/datum/reagent/consumable/alienhoney) - dat += "Femcum" + dat += "Honey" else dat += "Nothing?" //This else is a safeguard for errors, and if it happened, they wouldn't be able to change this pref,