Increase nuke op from 27 to 37 so its not syndicate station 3 (the third one) (#17610)

This commit is contained in:
BurgerLUA
2023-02-11 07:50:35 -08:00
committed by GitHub
parent 75b0447f82
commit f49b009b1d
2 changed files with 5 additions and 5 deletions

View File

@@ -295,7 +295,7 @@
flags = HIGH_IMPACT_RULESET
antag_cap = list("denominator" = 18, "offset" = 1)
var/datum/team/nuclear/nuke_team
minimum_players = 30
minimum_players = 40
/datum/dynamic_ruleset/roundstart/nuclear/ready(population, forced = FALSE)
required_candidates = get_antag_cap(population)
@@ -983,7 +983,7 @@
requirements = list(100,100,100,100,100,100,100,100,100,100)
antag_cap = list(999,999,999,999,999)
minimum_players = 40
/datum/dynamic_ruleset/roundstart/wizard/ragin/bullshit/pre_execute()
. = ..()
if(.)

View File

@@ -5,8 +5,8 @@
config_tag = "nuclear"
report_type = "nuclear"
false_report_weight = 10
required_players = 30 // 30 players - 3 players to be the nuke ops = 27 players remaining
required_enemies = 2
required_players = 35 // 35 players - 3 players to be the nuke ops = 32 players remaining
required_enemies = 3
recommended_enemies = 5
antag_flag = ROLE_OPERATIVE
enemy_minimum_age = 14
@@ -192,4 +192,4 @@
round_credits += "<br>"
round_credits += ..()
return round_credits
return round_credits