From e8fcf2884ad75c5331ccb18affc25cff67b53195 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Mon, 19 Jun 2023 15:40:33 -0700 Subject: [PATCH] add TODOs for BB rare monsters --- src/ReceiveCommands.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index 2c1625eb..1b833b7d 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -3255,6 +3255,8 @@ shared_ptr create_game_generic( } c->log.info("Loaded maps contain %zu entries overall", game->map->enemies.size()); + + // TODO (R1): Assign rare monsters } return game; } @@ -3427,6 +3429,8 @@ static void on_6F(shared_ptr s, shared_ptr c, send_get_player_info(c); } + // TODO (R1): If the game is BB and in a joinable quest, send the quest immediately. If the game is BB and not in a joinable quest, send the rare monster config (DE) + // Handle initial commands for spectator teams auto watched_lobby = l->watched_lobby.lock(); if (l->battle_player && (l->flags & Lobby::Flag::START_BATTLE_PLAYER_IMMEDIATELY)) {