From dffd76893409615d89e58092030c494800c12d43 Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:32:31 +0300 Subject: [PATCH] Re-add dlc arguments --- rare/lgndr/api_arguments.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rare/lgndr/api_arguments.py b/rare/lgndr/api_arguments.py index e9f74283..be4b1f18 100644 --- a/rare/lgndr/api_arguments.py +++ b/rare/lgndr/api_arguments.py @@ -76,6 +76,10 @@ class LgndrInstallGameArgs: reset_sdl: bool = False skip_sdl: bool = False disable_https: bool = False + # FIXME: move to LgndrInstallGameRealArgs + skip_dlcs: bool = False + with_dlcs: bool = False + # end of FIXME yes: bool = True # Rare: Extra arguments indirect_status: LgndrIndirectStatus = LgndrIndirectStatus()