Skip to content

Commit

Permalink
add Doctor to the default roles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecM33 committed Aug 15, 2023
1 parent d55344d commit 9e70c8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/config/defaultRoles.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export const defaultRoles = [
team: 'good',
description: 'Each night, learn if a chosen person is a Werewolf.'
},
{
role: 'Doctor',
team: 'good',
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: 'Parity Hunter',
team: 'good',
Expand Down
Binary file added client/src/images/roles/Doctor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/src/images/roles/DreamWolf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e70c8f

Please sign in to comment.