name and further fixes

This commit is contained in:
Fox McCloud
2018-07-19 02:04:03 -04:00
parent c6400382f6
commit 6092e0319f
13 changed files with 20 additions and 46 deletions
@@ -537,9 +537,6 @@
else if(mind.assigned_role == "Mime")
new_character.real_name = pick(mime_names)
new_character.rename_self("mime")
else if(new_character.dna.species == "Diona")
new_character.real_name = pick(diona_names) //I hate this being here of all places but unfortunately dna is based on real_name!
new_character.rename_self("diona")
mind.original = new_character
mind.transfer_to(new_character) //won't transfer key since the mind is not active