mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-22 23:32:33 +00:00
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
/datum/game_mode/acolytes
|
|
name = "Acolytes (borer+cult)"
|
|
extended_round_description = "Borers and cultists spawn during this round."
|
|
config_tag = "acolytes"
|
|
required_players = 20
|
|
required_enemies = 6
|
|
antag_tags = list(MODE_BORER, MODE_CULTIST)
|
|
require_all_templates = TRUE
|
|
|
|
/datum/game_mode/acolytes/pre_setup()
|
|
round_description = "A cult and a borer infestation are on-[current_map.station_type]!"
|
|
. = ..()
|