Files
Fluffy 25dc248979 Updated statpanel and added client pings (#18337)
* SSatlas.current_map

* hardsuit spell tab appears to clear correctly

* sdfsa

* from the moment i understood the weakness of my flesh, it disgusted me

* sdf
2024-02-08 12:29:42 +00:00

13 lines
426 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-[SSatlas.current_map.station_type]!"
. = ..()