Fixes traitor-san (#26468)

This commit is contained in:
DGamerL
2024-08-11 21:48:23 +02:00
committed by GitHub
parent b6999a13fb
commit 9083c1a340
+1 -1
View File
@@ -447,7 +447,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective)
/// If the objective has an assassinate objective tied to it.
var/has_assassinate_objective = FALSE
/datum/objective/escape/escape_with_identity/New(text, datum/team/team_to_join, datum/objective/assassinate/assassinate)
/datum/objective/escape/escape_with_identity/New(text, datum/team/team_to_join, datum/mind/_owner, datum/objective/assassinate/assassinate)
..()
if(!assassinate)
return