mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
the missing ! (#21514)
This commit is contained in:
@@ -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)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user