mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
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:
co-authored by
Cody Brittain
parent
3cf2093307
commit
57be123352
@@ -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."
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user