mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Lowers the max # of players of burglar from 20 to 15 (#10546)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/datum/game_mode/burglars
|
||||
name = "burglars"
|
||||
config_tag = "burglars"
|
||||
max_players = 20
|
||||
max_players = 15
|
||||
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."
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Ferner
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Lowered the max number of players for the burglar gamemode from 20 to 15."
|
||||
Reference in New Issue
Block a user