mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
* Renames Ninja to Operative * CL * Update gamemode.dm --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
/datum/game_mode/intrigue
|
|
name = "Intrigue (Traitor+Operatives)"
|
|
extended_round_description = "Traitors and operatives spawn during this round."
|
|
config_tag = "intrigue"
|
|
required_players = 20
|
|
required_enemies = 3
|
|
antag_tags = list(MODE_NINJA, MODE_TRAITOR)
|
|
require_all_templates = 1
|
|
|
|
/datum/game_mode/intrigue/pre_setup()
|
|
round_description = "Crewmembers are contacted by external elements while an outsider infiltrates the [SSatlas.current_map.station_type]."
|
|
. = ..()
|