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
|
||||
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(.)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user