diff --git a/assets/images/roles/Hunter.png b/assets/images/roles/Hunter.png new file mode 100644 index 0000000..5997e44 Binary files /dev/null and b/assets/images/roles/Hunter.png differ diff --git a/static/game.js b/static/game.js index 0a2f3f7..29fcbf9 100644 --- a/static/game.js +++ b/static/game.js @@ -1,7 +1,7 @@ import {utility} from './util.js' const socket = io(); -const finishedArtArray = ["Villager", "Werewolf", "Seer"]; +const finishedArtArray = ["Villager", "Werewolf", "Seer", "Hunter"]; let clock; let currentGame = null; let cardFlippedOver = false;