- Added a real_name variable to DNA, which gets assigned when mobs are created and when preferences are copied as well as when changelings absorb mobs. This is so I could drop the dictionary-style list from changelings, which went list(real_name = \ref[dna]). What this meant was that if you absorbed multiple people whose real_name was "Unknown", you'd only have one dna to show for it. Now all of them will show and will be available to transform into.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4457 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-17 03:55:09 +00:00
parent e8f4ce561f
commit 9062d7fb23
9 changed files with 75 additions and 17 deletions
@@ -671,6 +671,9 @@ datum/preferences
character.real_name = real_name
if(character.dna)
character.dna.real_name = character.real_name
character.gender = gender
character.age = age