diff --git a/code/game/gamemodes/burglars/burglars.dm b/code/game/gamemodes/burglars/burglars.dm index d6ef1fb54fd..33ea7cc2adb 100644 --- a/code/game/gamemodes/burglars/burglars.dm +++ b/code/game/gamemodes/burglars/burglars.dm @@ -3,8 +3,7 @@ /datum/game_mode/burglars name = "burglars" config_tag = "burglars" - required_players = 5 - max_players = 15 + max_players = 20 required_enemies = 2 round_description = "Something tiny is on the horizon! Is it the distance, or...?" extended_round_description = "Two of the Orion Spur's best and brightest (or so they were told) have been tasked with burglarizing a station that will change the way capitalism grips this galaxy forever (or so they were told). It is up to the crew to repel them, and up to them to survive and possibly thrive." diff --git a/config/example/config.txt b/config/example/config.txt index a63b126b684..5310ce11c59 100644 --- a/config/example/config.txt +++ b/config/example/config.txt @@ -127,6 +127,8 @@ PROBABILITY S MERCENARY 1 PROBABILITY S WIZARD 1 PROBABILITY S CHANGELING 1 PROBABILITY S CULT 1 +PROBABILITY S BURGLARS 1 +PROBABILITY S CONFLICT 1 PROBABILITY S NINJA 1 PROBABILITY S HEIST 1 PROBABILITY S VAMPIRE 1 @@ -151,6 +153,7 @@ PROBABILITY MS PARANOIA 1 PROBABILITY MS UPRISING 1 PROBABILITY MS VISITORS 1 PROBABILITY MS INTRIGUE 1 +PROBABILITY MS CONFLICT 1 PROBABILITY MS SIEGE 1 PROBABILITY MS EXTENDED 1 PROBABILITY MS INFILTRATION 1 diff --git a/html/changelogs/geeves-burglar-secret.yml b/html/changelogs/geeves-burglar-secret.yml new file mode 100644 index 00000000000..c82869ff217 --- /dev/null +++ b/html/changelogs/geeves-burglar-secret.yml @@ -0,0 +1,8 @@ +author: Geeves + +delete-after: True + +changes: + - rscadd: "Burglars and Conflict has been added to the secret rotation." + - tweak: "The minimum players amount needed for Burglars has been removed." + - tweak: "Burglars max player cap has been increased to 20." \ No newline at end of file