Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecM33 committed Nov 11, 2024
1 parent 467a0a1 commit befbeaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/config/defaultRoles.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export const defaultRoles = [
{
role: 'Werewolf',
team: 'evil',
description: "During the night, choose a player to eliminate."
description: 'During the night, choose a player to eliminate.'
},
{
role: 'Dream Wolf',
team: 'evil',
description: "You are a Werewolf, but you don't wake up with the other Werewolves until one of them dies."
description: 'You are a Werewolf, but you don\'t wake up with the other Werewolves until one of them dies.'
},
{
role: 'Sorceress',
Expand All @@ -27,7 +27,7 @@ export const defaultRoles = [
{
role: 'Blind Minion',
team: 'evil',
description: "You are an evil villager, but you do NOT know who the Werewolves are. You win if the Werewolves win."
description: 'You are an evil villager, but you do NOT know who the Werewolves are. You win if the Werewolves win.'
},
{
role: 'Seer',
Expand Down

0 comments on commit befbeaa

Please sign in to comment.