mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
/datum/game_mode/incursion
|
|
name = "Incursion (merc+ninjas)"
|
|
config_tag = "incursion"
|
|
required_players = 20
|
|
required_enemies = 6
|
|
antag_tags = list(MODE_MERCENARY, MODE_NINJA)
|
|
require_all_templates = TRUE
|
|
|
|
/datum/game_mode/incursion/pre_setup()
|
|
round_description = "A group of mercenaries and a set of ninjas have their eyes set on the [current_map.station_name]."
|
|
extended_round_description = "[current_map.company_short] has been playing with fire, maybe a little visit will teach them a lesson."
|
|
. = ..()
|