fix steal identity objectives not syncing to their linked assassinate objectives (#19809)

This commit is contained in:
SteelSlayer
2022-12-03 08:35:13 -05:00
committed by GitHub
parent 5d48624ae8
commit d95f2fd97c
3 changed files with 47 additions and 13 deletions
+4
View File
@@ -824,3 +824,7 @@
// /obj/machinery/door/airlock signals
#define COMSIG_AIRLOCK_OPEN "airlock_open"
#define COMSIG_AIRLOCK_CLOSE "airlock_close"
// /datum/objective signals
///from datum/objective/proc/find_target()
#define COMSIG_OBJECTIVE_TARGET_FOUND "objective_target_found"