Files
2e3f29983c Fixed round extended description grammar as per bug report suggestion (#19385)
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>
2024-06-08 16:26:30 +00:00

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."
. = ..()