From 20b7ed80a1e69e1ad356f61d2e273e663f95a761 Mon Sep 17 00:00:00 2001 From: Archie Date: Tue, 15 Jun 2021 20:41:52 -0300 Subject: [PATCH] Fixes the nothing objective --- code/modules/antagonists/ninja/ninja.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/ninja/ninja.dm b/code/modules/antagonists/ninja/ninja.dm index 9c10121d..8971145a 100644 --- a/code/modules/antagonists/ninja/ninja.dm +++ b/code/modules/antagonists/ninja/ninja.dm @@ -52,6 +52,7 @@ if(2) //steal var/datum/objective/steal/special/O = new /datum/objective/steal/special() O.owner = owner + O.find_target() objectives += O if(3) //protect/kill