Fixed the way Dionas get their names. Should help fluff.

This commit is contained in:
ZomgPonies
2014-01-07 04:20:57 -05:00
parent 6aa9c677f9
commit 6dd2336ae2
4 changed files with 6 additions and 5 deletions
@@ -423,6 +423,9 @@
if(mind.assigned_role == "Clown") //give them a clownname if they are a clown
new_character.real_name = pick(clown_names) //I hate this being here of all places but unfortunately dna is based on real_name!
new_character.rename_self("clown")
else if(new_character.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