diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm index e5844f204a..613d8819fa 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm @@ -94,6 +94,7 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING if(!SM.mind) //Something went wrong, use alt mechanics return ..() SM.mind.enslave_mind_to_creator(M) + SM.mind.store_memory(M.mind.memory) //If they're a zombie, they can try to negate it with this. //I seriously wonder if anyone will ever use this function.