From 99ef304dd3b95a7fe477f2a37204eae41e57bc0e Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:30:41 +0100 Subject: [PATCH] [MIRROR] Bitrunner job config [MDB IGNORE] (#24838) * 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: * Bitrunner job config --------- Co-authored-by: lizardqueenlexi <105025397+lizardqueenlexi@users.noreply.github.com> --- config/jobconfig.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/jobconfig.toml b/config/jobconfig.toml index fb9cfdc561e..949228e3680 100644 --- a/config/jobconfig.toml +++ b/config/jobconfig.toml @@ -60,6 +60,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