Skip to content

Commit

Permalink
Merge pull request tgstation#16502 from Robustin/population
Browse files Browse the repository at this point in the history
Reduces min. pop. for NukeOps and Cult
  • Loading branch information
Cheridan committed Apr 6, 2016
2 parents b8749a2 + fdd8ff5 commit 0c5151a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/game/gamemodes/cult/cult.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
antag_flag = ROLE_CULTIST
restricted_jobs = list("Chaplain","AI", "Cyborg", "Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel")
protected_jobs = list()
required_players = 35
required_players = 30
required_enemies = 4
recommended_enemies = 4
enemy_minimum_age = 14
Expand Down
4 changes: 2 additions & 2 deletions code/game/gamemodes/nuclear/nuclear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/datum/game_mode/nuclear
name = "nuclear emergency"
config_tag = "nuclear"
required_players = 35 // 35 players - 5 players to be the nuke ops = 30 players remaining
required_players = 30 // 30 players - 5 players to be the nuke ops = 25 players remaining
required_enemies = 5
recommended_enemies = 5
antag_flag = ROLE_OPERATIVE
Expand Down Expand Up @@ -305,7 +305,7 @@
belt = /obj/item/weapon/gun/projectile/automatic/pistol
backpack_contents = list(/obj/item/weapon/storage/box/engineer=1)

var/tc = 30
var/tc = 25

/datum/outfit/syndicate/no_crystals
tc = 0
Expand Down

0 comments on commit 0c5151a

Please sign in to comment.