From 7ceb6287d3044957e052b1b910c8240ad034abbe Mon Sep 17 00:00:00 2001 From: lizardqueenlexi <105025397+lizardqueenlexi@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:52:17 -0600 Subject: [PATCH] Bitrunner job config (#79539) ## About The Pull Request Adds an entry for bitrunners to `jobconfig.toml`. ## Why It's Good For The Game It should have one. ## Changelog :cl: config: The bitrunner job now has a default config for server owners. /:cl: --- config/jobconfig.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/jobconfig.toml b/config/jobconfig.toml index f1a9b65d594..c8a5c5c3dfa 100644 --- a/config/jobconfig.toml +++ b/config/jobconfig.toml @@ -46,6 +46,13 @@ "# Spawn Positions" = 1 "# Total Positions" = 1 +[BITRUNNER] +"# Playtime Requirements" = 0 +"# Required Account Age" = 0 +"# Required Character Age" = 0 +"# Spawn Positions" = 3 +"# Total Positions" = 3 + [BOTANIST] "# Playtime Requirements" = 0 "# Required Account Age" = 0