mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
- 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user