Renames Ninja to Operative (#18677)

* Renames Ninja to Operative

* CL

* Update gamemode.dm

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
Cody Brittain
2024-03-21 19:02:29 +00:00
committed by GitHub
co-authored by Cody Brittain
parent 3cf2093307
commit 57be123352
7 changed files with 52 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/datum/game_mode/incursion
name = "Incursion (merc+ninjas)"
name = "Incursion (merc+operatives)"
config_tag = "incursion"
required_players = 20
required_enemies = 6
@@ -7,6 +7,6 @@
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 [SSatlas.current_map.station_name]."
round_description = "A group of mercenaries 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 little visit will teach them a lesson."
. = ..()