Skip to content

Commit

Permalink
feat(elder): elder has taken revenge event
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Jul 19, 2024
1 parent 219c12e commit cd0f676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@
"GameElderHasTakenRevengeEvent": {
"cantFindElder": "The Elder can't be found… Please proceed.",
"elderHasBeenMurderedByVillager": "The Elder has been murdered by his own kind!",
"elderHasTakenRevenge": "He has taken his revenge! All the players from the Villagers side loose their power for the rest of the game."
"elderHasTakenRevenge": "He has taken his revenge! All the players from the Villagers side lose their power for the rest of the game."
}
}
}
2 changes: 1 addition & 1 deletion tests/acceptance/features/game/features/role/elder.feature
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Feature: 👴🏻 Elder role
And the game's event player card should have the name "Antoine"

When the user goes to the next game event text
Then the game's event should display the text "He has taken his revenge! All the players from the Villagers side loose their power for the rest of the game."
Then the game's event should display the text "He has taken his revenge! All the players from the Villagers side lose their power for the rest of the game."

Scenario: 👴🏻 Elder has only one life against werewolves if game master sets it in game options
Given the user disables the sheriff in game options
Expand Down

0 comments on commit cd0f676

Please sign in to comment.