mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 23:21:20 +00:00
12 lines
621 B
Plaintext
12 lines
621 B
Plaintext
/datum/game_mode/traitorren
|
|
name = "Traitors & Renegades"
|
|
round_description = "Subversive elements have invaded the station, and certain individuals are feeling uncertain about their safety."
|
|
extended_round_description = "Traitors and renegades spawn during this round."
|
|
config_tag = "traitorren"
|
|
required_players = 11 //I don't think we can have it lower and not need an ERT every round.
|
|
required_players_secret = 11 //I don't think we can have it lower and not need an ERT every round.
|
|
required_enemies = 4
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_AUTOTRAITOR, MODE_RENEGADE)
|
|
require_all_templates = 1
|