mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Burglars Secret Addition (#9313)
Burglars and Conflict has been added to the secret rotation.
The minimum players amount needed for Burglars has been removed.
Burglars max player cap has been increased to 20.
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user