From 8dfe842574bad5461350411cd46f91ef9c41f01c Mon Sep 17 00:00:00 2001 From: Pooble <90473506+poobsie@users.noreply.github.com> Date: Thu, 27 Nov 2025 04:47:53 -0500 Subject: [PATCH] tweak infiltrate wording (#31042) --- code/game/gamemodes/objective.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 31445f30427..665c5154130 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -296,7 +296,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) /datum/objective/infiltrate_sec name = "Infiltrate Security" - explanation_text = "Your objective is to infiltrate the ranks of the Security department undetected, be it by being lawfully hired into it or by replacing one of its members." + explanation_text = "Infiltrate the ranks of the Security department undetected, either by being lawfully hired into it or by replacing one of its members." delayed_objective_text = "Your objective is unknown. You will receive further information in a few minutes" needs_target = FALSE completed = TRUE