From d67b841e05e5734caffb3171eac004f1e214e7f5 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Fri, 30 Jun 2023 01:41:43 +0200 Subject: [PATCH] the missing ! (#21514) --- code/modules/antagonists/traitor/datum_traitor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /**