Posts: 20
	Threads: 6
	Joined: Aug 2018
	
	
 
	
		
		
		04-26-2019, 11:02 PM 
(This post was last modified: 04-26-2019, 11:29 PM by Solo03. Edited 2 times in total.)
	
	 
	
		breaks my immersion
how to reproduce: spawn as a clown, choose a name then look at your PDA
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,455
	Threads: 113
	Joined: Feb 2017
	
BYOND Username: Technature
	
 
	
	
		The reason this happens is because you have all of your inventory before your name is changed.  This can be worked around by getting a new PDA and using your ID on it, though you'll have to rely on your banana to slip people.
Also, you forgot to add a Prefix.  I recommend Trivial, since it doesn't actually affect anything.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,022
	Threads: 68
	Joined: Jun 2016
	
BYOND Username: NateTheSquid
Character Name: Nathan Dunkleman
	
 
	
		
		
		04-26-2019, 11:18 PM 
(This post was last modified: 04-26-2019, 11:18 PM by NateTheSquid. Edited 1 time in total.)
	
	 
	
		also clowns name is normal name in manifest, instead of clown name, but these two are hella long standing
	
	
	
	
	
 
 
	
	
	
		
	Posts: 149
	Threads: 14
	Joined: Jan 2017
	
BYOND Username: Skornzy
Character Name: James Paxton
	
 
	
	
		The same thing happens when you spawn as any job that can change their name. Would be neat if the job specific name option came up before spawning, and you spawned in under that name after accepting it. For now the best way to get around it is to change your name in the character creation screen beforehand, and late join as that job, or change your job preferences, and hope you got the job.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 251
	Threads: 12
	Joined: Aug 2018
	
BYOND Username: The Gorog
Character Name: Nolan Stone
	
 
	
	
		 (04-27-2019, 12:12 AM)Skornzy Wrote:  The same thing happens when you spawn as any job that can change their name. Would be neat if the job specific name option came up before spawning, and you spawned in under that name after accepting it. For now the best way to get around it is to change your name in the character creation screen beforehand, and late join as that job, or change your job preferences, and hope you got the job.
In the time I change my 3 name fields someone has often already taken that job I wanted, which is usually Test Subject for me.
Wouldnt giving people, that can change their name, an unregistered PDA be an easy solution to both problems? 
Like the ones you get from the equipment boxes you usually get from your locker.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 349
	Threads: 13
	Joined: May 2016
	
BYOND Username: Triacontakai
	
 
	
	
		This bug is actually extremely easy to fix (one line change) because there's already provisions to modify PDA name. Some chumbis made it use src.real_name instead of newname (chosen clown name)  
 
 
I'll submit a patch when I get home, will try to fix crew records thing too
	
 
 
	
	
	
		
	Posts: 624
	Threads: 46
	Joined: Jun 2013
	
	
 
	
	
		It's a little harder to fix than you say - but still probably not too bad. I might poke at this in a bit today.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 624
	Threads: 46
	Joined: Jun 2013
	
	
 
	
	
		Should be updated next round. I don't have time to properly test it so yell at me here if it doesnt work. Also yell at me here if it does work and i can move this to resolved.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 20
	Threads: 6
	Joined: Aug 2018
	
	
 
	
	
		 (04-30-2019, 07:50 AM)Firebarrage Wrote:  Should be updated next round. I don't have time to properly test it so yell at me here if it doesnt work. Also yell at me here if it does work and i can move this to resolved.
hello it's still broken