mirror of https://github.com/bra1n/townsquare.git
add pronoun property to player in state
This commit is contained in:
parent
d70007764d
commit
cb45da4de4
|
@ -4,7 +4,8 @@ const NEWPLAYER = {
|
|||
role: {},
|
||||
reminders: [],
|
||||
isVoteless: false,
|
||||
isDead: false
|
||||
isDead: false,
|
||||
pronouns: ""
|
||||
};
|
||||
|
||||
const state = () => ({
|
||||
|
|
Loading…
Reference in New Issue