mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
add witch to default roles
This commit is contained in:
@@ -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 ' +
|
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.'
|
'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',
|
role: 'Parity Hunter',
|
||||||
team: 'good',
|
team: 'good',
|
||||||
|
|||||||
BIN
client/src/images/roles/Witch.png
Normal file
BIN
client/src/images/roles/Witch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user