mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
/datum/game_mode/intrigue
|
|
name = "Traitors & Ninja"
|
|
round_description = "Crewmembers are contacted by external elements while another infiltrates the colony."
|
|
extended_round_description = "Traitors and a ninja spawn during this round."
|
|
config_tag = "intrigue"
|
|
required_players = 6
|
|
required_players_secret = 8
|
|
required_enemies = 3
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_NINJA, MODE_AUTOTRAITOR)
|
|
round_autoantag = 1
|
|
require_all_templates = 1
|