aaand a formatting oddity

This commit is contained in:
Putnam
2020-02-01 00:47:44 -08:00
parent 7e3ea27ff4
commit 50a53c6558
+1 -1
View File
@@ -180,7 +180,7 @@ GLOBAL_LIST_EMPTY(objectives)
/datum/objective/assassinate/once/update_explanation_text()
..()
if(target && target.current)
explanation_text = "Kill [target.name], the [!target_role_type ? target.assigned_role : target.special_role]. You only need to kill [target.p_them()] once; if they come back, you've still succeeded."
explanation_text = "Kill [target.name], the [!target_role_type ? target.assigned_role : target.special_role]. You only need to kill them once; if they come back, you've still succeeded."
else
explanation_text = "Free Objective"