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

12 lines
468 B
Plaintext

/datum/game_mode/traitorling
name = "Traitors & Changelings"
round_description = "There are traitors and alien changelings on the station. Do not let the changelings succeed!"
extended_round_description = "Traitors and changelings both spawn during this mode."
config_tag = "traitorling"
required_players = 10
required_players_secret = 10
required_enemies = 5
end_on_antag_death = 1
require_all_templates = 1
antag_tags = list(MODE_CHANGELING, MODE_TRAITOR)