diff --git a/client/src/config/defaultRoles.js b/client/src/config/defaultRoles.js index 96f7bff..908a6cf 100644 --- a/client/src/config/defaultRoles.js +++ b/client/src/config/defaultRoles.js @@ -40,6 +40,11 @@ export const defaultRoles = [ description: 'Each night, choose a player to protect from the Werewolves. This can be yourself. If the Werewolves ' + 'target this person, they still survive to the following day.' }, + { + role: 'Witch', + team: 'good', + description: 'You have two potions. One saves a player from the Werewolves, and one kills a player. You may use each of them once per game during the night.' + }, { role: 'Parity Hunter', team: 'good', diff --git a/client/src/images/roles/Witch.png b/client/src/images/roles/Witch.png new file mode 100644 index 0000000..14598a2 Binary files /dev/null and b/client/src/images/roles/Witch.png differ