mirror of
https://github.com/bra1n/townsquare.git
synced 2025-03-03 18:04:36 +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: {},
|
||||
reminders: [],
|
||||
isVoteless: false,
|
||||
isDead: false
|
||||
isDead: false,
|
||||
pronouns: ""
|
||||
};
|
||||
|
||||
const state = () => ({
|
||||
|
|
Loading…
Add table
Reference in a new issue