[MIRROR] Fixes split personality ghosting its owner if cured in a wrong moment [MDB IGNORE] (#19533)

* Fixes split personality ghosting its owner if cured in a wrong moment (#73579)

* Fixes split personality ghosting its owner if cured in a wrong moment

---------

Co-authored-by: Kubisopplay <38842052+Kubisopplay@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-02-25 17:18:03 -08:00
committed by GitHub
co-authored by Kubisopplay
parent 1520148ad7
commit 68e55b1ed7
@@ -58,12 +58,6 @@
QDEL_NULL(owner_backseat)
..()
/datum/brain_trauma/severe/split_personality/Destroy()
if(stranger_backseat)
QDEL_NULL(stranger_backseat)
if(owner_backseat)
QDEL_NULL(owner_backseat)
return ..()
/datum/brain_trauma/severe/split_personality/proc/switch_personalities(reset_to_owner = FALSE)
if(QDELETED(owner) || QDELETED(stranger_backseat) || QDELETED(owner_backseat))