Searched refs:total_kcals (Results 1 – 2 of 2) sorted by relevance
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/ |
H A D | avatar.cpp | 1815 std::string total_kcals = string_format( " %6d", day.total() ); in total_daily_calories_string() local 1817 ret += colorize( total_kcals, c_light_cyan ); in total_daily_calories_string() 1819 ret += colorize( total_kcals, c_cyan ); in total_daily_calories_string() 1821 ret += colorize( total_kcals, c_light_blue ); in total_daily_calories_string() 1823 ret += colorize( total_kcals, c_pink ); in total_daily_calories_string() 1825 ret += colorize( total_kcals, c_red ); in total_daily_calories_string() 1827 ret += colorize( total_kcals, c_light_red ); in total_daily_calories_string() 1829 ret += colorize( total_kcals, c_light_gray ); in total_daily_calories_string()
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/ |
H A D | avatar.cpp | 1815 std::string total_kcals = string_format( " %6d", day.total() ); in total_daily_calories_string() local 1817 ret += colorize( total_kcals, c_light_cyan ); in total_daily_calories_string() 1819 ret += colorize( total_kcals, c_cyan ); in total_daily_calories_string() 1821 ret += colorize( total_kcals, c_light_blue ); in total_daily_calories_string() 1823 ret += colorize( total_kcals, c_pink ); in total_daily_calories_string() 1825 ret += colorize( total_kcals, c_red ); in total_daily_calories_string() 1827 ret += colorize( total_kcals, c_light_red ); in total_daily_calories_string() 1829 ret += colorize( total_kcals, c_light_gray ); in total_daily_calories_string()
|