From 40a44b63abb3bc486f2c358fb64ea596b7d85fda Mon Sep 17 00:00:00 2001 From: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com> Date: Thu, 17 Dec 2020 01:45:48 -0800 Subject: [PATCH] Nar'Sie is now a point of interest (#55540) Fixes a regression from the singularity rewrite that made Nar'Sie its own object. --- code/modules/power/singularity/narsie.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/power/singularity/narsie.dm b/code/modules/power/singularity/narsie.dm index 8042f45f415..951dd9d52af 100644 --- a/code/modules/power/singularity/narsie.dm +++ b/code/modules/power/singularity/narsie.dm @@ -39,6 +39,8 @@ /obj/narsie/Initialize() . = ..() + AddElement(/datum/element/point_of_interest) + singularity = WEAKREF(AddComponent( /datum/component/singularity, \ bsa_targetable = FALSE, \