Files
Polaris/code/game/gamemodes/mixed/conflux.dm
Yoshax 99f8b37817 Renames mixed gamemodes to have descriptive names
Fixes intrigue gamemode name
2016-03-24 18:31:24 +00:00

12 lines
410 B
Plaintext

/datum/game_mode/conflux
name = "Wizard & 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_players_secret = 15
required_enemies = 5
end_on_antag_death = 1
antag_tags = list(MODE_WIZARD, MODE_CULTIST)
require_all_templates = 1
votable = 0