From efd51d4ebe47b841922daa0d366fa57335c5df9c Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:56:43 +0100 Subject: [PATCH] [MIRROR] Nar'Sie is now a point of interest, and can be orbited directly again (#2206) * Nar'Sie is now a point of interest (#55540) Fixes a regression from the singularity rewrite that made Nar'Sie its own object. * Nar'Sie is now a point of interest, and can be orbited directly again Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com> --- 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 8db08530d76..476040e5693 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, \