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