diff --git a/src/k_hud.cpp b/src/k_hud.cpp index 4a72a6bfe..50670abf7 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -5398,6 +5398,9 @@ static void K_DrawBotDebugger(void) V_DrawSmallString(8, 56, 0, va("Item priority: %d", bot->botvars.roulettePriority)); V_DrawSmallString(8, 60, 0, va("Item timeout: %d", bot->botvars.rouletteTimeout)); + + V_DrawSmallString(8, 66, 0, va("Complexity: %d", K_GetTrackComplexity())); + V_DrawSmallString(8, 70, 0, va("Bot modifier: %.2f", FixedToFloat(K_BotMapModifier()))); } static void K_DrawGPRankDebugger(void)