Merge pull request #9717 from Putnam3145/sdgf-notes

Makes SDGF transfer notes/memories.
This commit is contained in:
kevinz000
2019-11-10 11:26:34 -07:00
committed by GitHub

View File

@@ -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.