mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
12 lines
468 B
Plaintext
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)
|