the missing ! (#21514)

This commit is contained in:
DGamerL
2023-06-30 00:41:43 +01:00
committed by GitHub
parent 8bb8000fc4
commit d67b841e05
@@ -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)
/**