From 79387149a03ffcc67b1ecde94896ab2d878d82b4 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Sat, 1 Feb 2020 23:23:17 +0100 Subject: [PATCH] Fixes Space Ninja "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 52e13bdc69..2a91f53ed4 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