mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 19:11:37 +00:00
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
/datum/game_mode/uprising
|
|
name = "Revolution & Cult"
|
|
config_tag = "uprising"
|
|
round_description = "Some crewmembers are attempting to start a revolution while a cult plots in the shadows!"
|
|
extended_round_description = "Cultists and revolutionaries spawn in this round."
|
|
required_players = 15
|
|
required_players_secret = 15
|
|
required_enemies = 3
|
|
end_on_antag_death = 1
|
|
antag_tags = list(MODE_REVOLUTIONARY, MODE_LOYALIST, MODE_CULTIST)
|
|
require_all_templates = 1
|
|
votable = 0 |