diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 626f4219..eeeb311e 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1056,7 +1056,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "Maximum Weight:[max_weight == FALSE ? "None" : max_weight]
" dat += "NonCon - Weight Gain:[noncon_weight_gain == TRUE ? "Enabled" : "Disabled"]
" - dat += "Bot Feeding:[bot_feeding == TRUE ? "Enabled" : "Disabled"]
" + dat += "Bot Feeding:[bot_feeding == TRUE ? "Enabled" : "Disabled"]
" dat += "

GS13 Weight Gain

" dat += "Weight Gain - Food:[weight_gain_food == TRUE ? "Enabled" : "Disabled"]
"