mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-18 02:19:30 +01:00
Fixed round extended description grammar as per bug report suggestion Fixes #19383 --------- Signed-off-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: Llywelwyn <82828093+Llywelwyn@users.noreply.github.com>
15 lines
681 B
Plaintext
15 lines
681 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 [SSatlas.current_map.station_type]."
|
|
extended_round_description = "[SSatlas.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. The SCC and their crown jewel research [SSatlas.current_map.station_type] is not safe from those \
|
|
malicious activities."
|
|
. = ..()
|