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)) {