Files
CHOMPStation2/code/game/gamemodes/mixed/mercwiz.dm
2023-03-13 05:23:57 +00:00

13 lines
580 B
Plaintext

/datum/game_mode/mercwiz
name = "Mercenaries & Technomancer"
round_description = "A mercenary team and a wizard have invaded the station!"
extended_round_description = "Mercenaries and wizard spawn during this round."
config_tag = "mercwiz"
required_players = 15 //I don't think we can have it lower and not need an ERT every round.
required_players_secret = 15 //I don't think we can have it lower and not need an ERT every round.
required_enemies = 7
end_on_antag_death = 0
antag_tags = list(MODE_MERCENARY, MODE_TECHNOMANCER)
require_all_templates = 1
votable = 0