mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-24 23:56:48 +01:00
7c8bb85de3
* Update settings * Whitespace changes * Comment out merger hooks in gitattributes Corrupt maps would have to be resolved in repo before hooks could be updated * Revert "Whitespace changes" This reverts commitafbdd1d844. * Whitespace again minus example * Gitignore example changelog * Restore changelog merge setting * Keep older dmi hook attribute until hooks can be updated * update vscode settings too * Renormalize remaining * Revert "Gitignore example changelog" This reverts commitde22ad375d. * Attempt to normalize example.yml (and another file I guess) * Try again
13 lines
669 B
Plaintext
13 lines
669 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
|