mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes issue 312
- Ghosts with null names are now assigned random names git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3167 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
real_name = body.name
|
||||
original_name = body.original_name //Original name is only used in ghost chat! It is not to be edited by anything!
|
||||
name = body.original_name
|
||||
if(!name)
|
||||
name = capitalize(pick(first_names_male) + " " + capitalize(pick(last_names)))
|
||||
real_name = name
|
||||
if(!safety)
|
||||
corpse = body
|
||||
verbs += /mob/dead/observer/proc/reenter_corpse
|
||||
|
||||
Reference in New Issue
Block a user