mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
13 lines
681 B
Plaintext
13 lines
681 B
Plaintext
/datum/game_mode/revolution
|
|
name = "Revolution"
|
|
config_tag = "revolution"
|
|
round_description = "Some crewmembers are attempting to start a revolution!"
|
|
extended_round_description = "Revolutionaries - Remove the heads of staff from power. Convert other crewmembers to your cause using the 'Convert Bourgeoise' verb. Protect your leaders."
|
|
required_players = 12 //should be enough for a decent manifest, hopefully
|
|
required_players_secret = 12 //pretty sure rev doesn't even appear in secret
|
|
required_enemies = 3
|
|
auto_recall_shuttle = 0 //un-wanted on polaris
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_REVOLUTIONARY, MODE_LOYALIST)
|
|
require_all_templates = 1
|