Lowers the max # of players of burglar from 20 to 15 (#10546)

This commit is contained in:
fernerr
2020-11-17 10:20:22 +01:00
committed by GitHub
parent b6afaaeae1
commit 06a7040370
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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."