Merge pull request #93 from Ragaxus/fix-hunter-name

Change name of default role Hunter to Parity Hunter
This commit is contained in:
Alec
2022-01-28 22:20:45 -05:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ export const defaultCards = [
description: 'You beat a werewolf in a 1v1 situation, winning the game for the village.'
},
{
role: 'Hunter',
role: 'Brutal Hunter',
team: 'good',
description: 'When you are eliminated, choose another player to go with you.'
}