From 9523954c4dad43cff91ac08160e9bb7f2dac50bf Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Fri, 20 Mar 2020 07:47:46 -0700 Subject: [PATCH] Rewrote waffle traitor flavor text (#11539) * Rewrote waffle flavor text * and not in custody --- code/modules/antagonists/traitor/classes/freeform.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/traitor/classes/freeform.dm b/code/modules/antagonists/traitor/classes/freeform.dm index f84eadb9f6..998373a77c 100644 --- a/code/modules/antagonists/traitor/classes/freeform.dm +++ b/code/modules/antagonists/traitor/classes/freeform.dm @@ -6,7 +6,7 @@ /datum/traitor_class/human/freeform/forge_objectives(datum/antagonist/traitor/T) var/datum/objective/escape/O = new - O.explanation_text = "You have no goals! Whatever you can do do antagonize Nanotrasen, do it! The gimmickier, the better! Make sure to escape alive, though!" + O.explanation_text = "You have no explicit goals! While we don't approve of mindless slaughter, you may antagonize nanotrasen any way you wish! Make sure to escape alive and not in custody, though!" O.owner = T.owner T.add_objective(O) return