From ae94083dbeecfe97c8d4091ce2c32384f10bae5e Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 12 Mar 2020 14:59:04 -0700 Subject: [PATCH] Added more explanation to hijack. --- code/modules/antagonists/traitor/classes/hijack.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/traitor/classes/hijack.dm b/code/modules/antagonists/traitor/classes/hijack.dm index 89c3d60a12..bee87f94b1 100644 --- a/code/modules/antagonists/traitor/classes/hijack.dm +++ b/code/modules/antagonists/traitor/classes/hijack.dm @@ -8,7 +8,7 @@ /datum/traitor_class/human/hijack/forge_objectives(datum/antagonist/traitor/T) var/datum/objective/hijack/O = new - O.explanation_text = "The Gorlex Marauders are letting you do what you want, with one condition: the shuttle must be hijacked." + O.explanation_text = "The Gorlex Marauders are letting you do what you want, with one condition: the shuttle must be hijacked by hacking its navigational protocols through the control console (alt click emergency shuttle console)." O.owner = T.owner T.add_objective(O) return