mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Gamemodes that haphazardly crash two or more other gamemodes together are now explained in their voting option, so we can stop having to explain it to OoC literally every round
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
/datum/game_mode/conflux
|
|
name = "Conflux (Wiz+Cult)"
|
|
round_description = "A space wizard and a cult have invaded the station!"
|
|
extended_round_description = "Cultists and wizards spawn during this round."
|
|
config_tag = "conflux"
|
|
required_players = 15
|
|
required_enemies = 5
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_WIZARD, MODE_CULTIST)
|
|
require_all_templates = 1
|