Files
Aurora.3/code/game/gamemodes/mixed/towerdefense.dm
T
57be123352 Renames Ninja to Operative (#18677)
* Renames Ninja to Operative

* CL

* Update gamemode.dm

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
2024-03-21 19:02:29 +00:00

13 lines
588 B
Plaintext

/datum/game_mode/towerdefense
name = "Tower Defense (merc+heist+operatives)"
config_tag = "towerdefense"
required_players = 30
required_enemies = 10
antag_tags = list(MODE_MERCENARY, MODE_RAIDER, MODE_NINJA)
require_all_templates = TRUE
/datum/game_mode/incursion/pre_setup()
round_description = "A group of mercenaries, a gaggle of raiders, and a set of operatives have their eyes set on the [SSatlas.current_map.station_name]."
extended_round_description = "[SSatlas.current_map.company_short] has been playing with fire, maybe a big visit will teach them a lesson."
. = ..()