diff --git a/client/src/config/defaultRoles.js b/client/src/config/defaultRoles.js index c589fc6..44ceda4 100644 --- a/client/src/config/defaultRoles.js +++ b/client/src/config/defaultRoles.js @@ -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', diff --git a/client/src/images/roles/Doctor.png b/client/src/images/roles/Doctor.png new file mode 100644 index 0000000..8479f80 Binary files /dev/null and b/client/src/images/roles/Doctor.png differ diff --git a/client/src/images/roles/DreamWolf.png b/client/src/images/roles/DreamWolf.png index bf5b085..f5e4e7b 100644 Binary files a/client/src/images/roles/DreamWolf.png and b/client/src/images/roles/DreamWolf.png differ