mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user