From f754f3b715ac109bbbd2570eac4e5ddb429b3025 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 18 Jan 2018 13:56:31 -0500 Subject: [PATCH] POLARIS: Just return the normal hint in Destroy on plane holders --- code/modules/mob/mob_planes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob_planes.dm b/code/modules/mob/mob_planes.dm index 9e4952ba269..3da38e9c36e 100644 --- a/code/modules/mob/mob_planes.dm +++ b/code/modules/mob/mob_planes.dm @@ -40,7 +40,7 @@ my_mob.plane_holder = null my_mob = null plane_masters.Cut() //Goodbye my children, be free - ..() //We will get qdel'd, as there will not be references to us, then our planelets will disappear on their own. + return ..() /datum/plane_holder/proc/set_vis(var/which = null, var/state = FALSE) ASSERT(which)