mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Sets minimum player count for sentient disease (#68213)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user