From bff6ea69de298a03f22e3a0dce303c99e539bcdf Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Fri, 15 Oct 2021 10:54:19 -0400 Subject: [PATCH] Update code/game/gamemodes/objective.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --- 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 09cd6f62de8..1372996a865 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -207,7 +207,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective) /datum/objective/protect/mindslave/on_target_cryo() if(owner?.current) - to_chat(owner.current, "
You notice that your master has cryoed, and revert to your normal self, untill they return again. You are no longer a mindslave!") + to_chat(owner.current, "
You notice that your master has cryo'd, and revert to your normal self, until they return again. You are no longer a mindslave!") SEND_SOUND(owner.current, sound('sound/ambience/alarm4.ogg')) owner.objectives -= src GLOB.all_objectives -= src