mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
11 lines
435 B
Plaintext
11 lines
435 B
Plaintext
/datum/game_mode/revolution
|
|
name = "Revolution"
|
|
config_tag = "revolution"
|
|
round_description = "Some crewmembers are attempting to start a movement!"
|
|
extended_round_description = "A revolution is in the early stages of formation, and a group of loyalists are rallying to oppose them."
|
|
required_players = 15
|
|
required_enemies = 2
|
|
antag_tags = list(MODE_REVOLUTIONARY, MODE_LOYALIST)
|
|
require_all_templates = 1
|
|
ert_disabled = TRUE
|