add witch to default roles

This commit is contained in:
AlecM33
2023-08-19 20:51:55 -04:00
parent 618fb868f4
commit 7c8d4083ca
2 changed files with 5 additions and 0 deletions

View File

@@ -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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB