mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
15 lines
646 B
Plaintext
15 lines
646 B
Plaintext
/datum/game_mode/crossfire
|
|
name = "Crossfire (Merc+Heist)"
|
|
config_tag = "crossfire"
|
|
required_players = 25
|
|
required_enemies = 8
|
|
antag_tags = list(MODE_RAIDER, MODE_MERCENARY)
|
|
require_all_templates = 1
|
|
|
|
/datum/game_mode/crossfire/pre_setup()
|
|
round_description = "Mercenaries and raiders are approaching the [current_map.station_type]."
|
|
extended_round_description = "[current_map.company_short]'s wealth and success caught the attention of several enemies old and new, \
|
|
and many seek to undermine them using illegal ways. Their crown jewel research [current_map.station_type] are not safe from those \
|
|
malicious activities."
|
|
. = ..()
|