From 34297d5005fa12b82230ef1aa6b1e712080272b4 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 9 Jan 2018 23:11:22 -0500 Subject: [PATCH] fixes setting flavortext in preferences. hopefully --- code/modules/client/preferences.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 7c45a77814..84e0d15172 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -412,7 +412,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(2) dat += "
" dat += "

" - dat += "Set Flavor Text
" + dat += "Set Flavor Text
" if(lentext(features["flavor_text"]) <= 40) if(!lentext(features["flavor_text"])) dat += "\[...\]" @@ -1379,7 +1379,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) else user << "Invalid color. Your color is not bright enough." - + else switch(href_list["preference"])