Added more explanation to hijack.

This commit is contained in:
Putnam
2020-03-12 14:59:04 -07:00
parent 5a18d143a9
commit ae94083dbe

View File

@@ -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