mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	add pronoun property to player in state
This commit is contained in:
		
							parent
							
								
									d70007764d
								
							
						
					
					
						commit
						cb45da4de4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,7 +4,8 @@ const NEWPLAYER = {
 | 
				
			||||||
  role: {},
 | 
					  role: {},
 | 
				
			||||||
  reminders: [],
 | 
					  reminders: [],
 | 
				
			||||||
  isVoteless: false,
 | 
					  isVoteless: false,
 | 
				
			||||||
  isDead: false
 | 
					  isDead: false,
 | 
				
			||||||
 | 
					  pronouns: ""
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = () => ({
 | 
					const state = () => ({
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue