mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Increase nuke op from 27 to 37 so its not syndicate station 3 (the third one) (#17610)
This commit is contained in:
@@ -295,7 +295,7 @@
|
|||||||
flags = HIGH_IMPACT_RULESET
|
flags = HIGH_IMPACT_RULESET
|
||||||
antag_cap = list("denominator" = 18, "offset" = 1)
|
antag_cap = list("denominator" = 18, "offset" = 1)
|
||||||
var/datum/team/nuclear/nuke_team
|
var/datum/team/nuclear/nuke_team
|
||||||
minimum_players = 30
|
minimum_players = 40
|
||||||
|
|
||||||
/datum/dynamic_ruleset/roundstart/nuclear/ready(population, forced = FALSE)
|
/datum/dynamic_ruleset/roundstart/nuclear/ready(population, forced = FALSE)
|
||||||
required_candidates = get_antag_cap(population)
|
required_candidates = get_antag_cap(population)
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
config_tag = "nuclear"
|
config_tag = "nuclear"
|
||||||
report_type = "nuclear"
|
report_type = "nuclear"
|
||||||
false_report_weight = 10
|
false_report_weight = 10
|
||||||
required_players = 30 // 30 players - 3 players to be the nuke ops = 27 players remaining
|
required_players = 35 // 35 players - 3 players to be the nuke ops = 32 players remaining
|
||||||
required_enemies = 2
|
required_enemies = 3
|
||||||
recommended_enemies = 5
|
recommended_enemies = 5
|
||||||
antag_flag = ROLE_OPERATIVE
|
antag_flag = ROLE_OPERATIVE
|
||||||
enemy_minimum_age = 14
|
enemy_minimum_age = 14
|
||||||
|
|||||||
Reference in New Issue
Block a user