mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
13 lines
580 B
Plaintext
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
|