Limits Abductors to 25 Pop (#15535)

* Update dynamic_rulesets_midround.dm

* Update abductor.dm
This commit is contained in:
Vaelophis Nyx
2022-09-04 08:16:24 -05:00
committed by GitHub
parent 431b25d361
commit b5dd42ffef
2 changed files with 2 additions and 1 deletions

View File

@@ -669,6 +669,7 @@
requirements = list(101,101,101,80,60,50,30,20,10,10)
repeatable = TRUE
var/datum/team/abductor_team/new_team
minimum_players = 25
/datum/dynamic_ruleset/midround/from_ghosts/abductors/ready(forced = FALSE)
if (required_candidates > (dead_players.len + list_observers.len))

View File

@@ -3,7 +3,7 @@
typepath = /datum/round_event/ghost_role/abductor
weight = 12
max_occurrences = 1
min_players = 20
min_players = 25
gamemode_blacklist = list("nuclear","wizard","revolution")
/datum/round_event/ghost_role/abductor