Sets minimum player count for sentient disease (#68213)

This commit is contained in:
Profakos
2022-07-07 15:20:33 -07:00
committed by GitHub
parent 6a36b7bd1d
commit 3dee556561
3 changed files with 3 additions and 2 deletions
@@ -876,6 +876,7 @@
antag_datum = /datum/antagonist/disease
antag_flag = ROLE_SENTIENT_DISEASE
required_candidates = 1
minimum_players = 25
weight = 4
cost = 8
requirements = list(101,101,101,80,60,50,30,20,10,10)
@@ -4,7 +4,7 @@
typepath = /datum/round_event/ghost_role/sentient_disease
weight = 7
max_occurrences = 1
min_players = 5
min_players = 25
/datum/round_event/ghost_role/sentient_disease
+1 -1
View File
@@ -2,7 +2,7 @@
name = "Disease Outbreak"
typepath = /datum/round_event/disease_outbreak
max_occurrences = 1
min_players = 25
min_players = 10
weight = 5
/datum/round_event/disease_outbreak