Rewrote waffle traitor flavor text (#11539)

* Rewrote waffle flavor text

* and not in custody
This commit is contained in:
Putnam3145
2020-03-20 07:47:46 -07:00
committed by GitHub
parent 415727c66c
commit 9523954c4d
@@ -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