diff --git a/code/modules/antagonists/traitor/datum_traitor.dm b/code/modules/antagonists/traitor/datum_traitor.dm index 5310da60207..261e41f4f61 100644 --- a/code/modules/antagonists/traitor/datum_traitor.dm +++ b/code/modules/antagonists/traitor/datum_traitor.dm @@ -110,7 +110,7 @@ break // Give them an escape objective if they don't have one already. - if(!(locate(/datum/objective/escape) in owner.get_all_objectives()) && martyr_compatibility) + if(!(locate(/datum/objective/escape) in owner.get_all_objectives()) && !martyr_compatibility) add_objective(/datum/objective/escape) /**