- Fixes issue 463. Changeling clowns will now be able to return to their clown names.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4461 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-17 05:00:40 +00:00
parent 892ead02de
commit d7c1882e16

View File

@@ -259,6 +259,8 @@ Turf and target are seperate in case you want to teleport some distance from a t
name = newname
if(mind)
mind.name = newname
if(dna)
dna.real_name = real_name
if(oldname)
//update the datacore records! This is goig to be a bit costly.