Add Brutal Peeps HP client patch

This commit is contained in:
2026-06-06 21:07:52 -04:00
parent 46ddcb64a9
commit e44dad8344
4 changed files with 220 additions and 0 deletions
+2
View File
@@ -2762,6 +2762,7 @@ static asio::awaitable<void> on_10_main_menu(std::shared_ptr<Client> c, uint32_t
c->log.info_f("Brutal Peeps +{} selected from BB menu at level {}", tier, character_level);
co_await send_auto_patches_if_needed(c);
co_await send_brutal_peeps_hp_patch_bb(c, tier);
co_await enable_save_if_needed(c);
send_lobby_list(c);
if (!c->lobby.lock()) {
@@ -2774,6 +2775,7 @@ static asio::awaitable<void> on_10_main_menu(std::shared_ptr<Client> c, uint32_t
case MainMenuItemID::GO_TO_LOBBY: {
c->selected_brutal_peeps_tier = -1;
co_await send_auto_patches_if_needed(c);
co_await send_brutal_peeps_hp_patch_bb(c, -1);
co_await enable_save_if_needed(c);
send_lobby_list(c);
if (is_pre_v1(c->version())) {