diff --git a/code/modules/mob/transform_procs.dm b/code/modules/mob/transform_procs.dm index 92fe95cceef..774a80f6b0c 100644 --- a/code/modules/mob/transform_procs.dm +++ b/code/modules/mob/transform_procs.dm @@ -200,6 +200,8 @@ src.mind.transfer_to(O) if (src.mind.assigned_role == "Cyborg") src.mind.original = O + else if (src.mind.special_role) O.mind.store_memory("In case you look at this after being borged, the objectives are only here until I find a way to make them not show up for you, as I can't simply delete them without screwing up round-end reporting. --NeoFite") + else //welp src.mind = new /datum/mind( ) src.mind.key = src.key