POLARIS: Simplify Destroy on plane_master

If we're being Destroyed, the mob probably is too. Their job to remove references to us though.
This commit is contained in:
Arokha Sieyes
2018-01-18 14:27:23 -05:00
parent d9d0568db5
commit 02c0430e99
+1 -3
View File
@@ -36,9 +36,7 @@
..()
/datum/plane_holder/Destroy()
if(my_mob)
my_mob.plane_holder = null
my_mob = null
my_mob = null
plane_masters.Cut() //Goodbye my children, be free
return ..()