Skip to content

Commit

Permalink
fix(bear-tamer): game play can be skipped (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Mar 19, 2024
1 parent 1e88d27 commit 3752294
Show file tree
Hide file tree
Showing 4 changed files with 24,145 additions and 23,915 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class GamePlayAugmenterService {
[RoleNames.CUPID]: (game: Game) => this.canCupidSkipGamePlay(game),
[RoleNames.ACCURSED_WOLF_FATHER]: () => true,
[RoleNames.STUTTERING_JUDGE]: () => true,
[RoleNames.BEAR_TAMER]: () => true,
};

public constructor(private readonly gameHistoryRecordService: GameHistoryRecordService) {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Feature: 馃惢 Bear Tamer role

When the survivors bury dead bodies
Then the game's current play should be bear-tamer to growl
And the game's current play can be skipped
And the game's current play type should be no-action
And the game's current play occurrence should be on-days

Expand Down

0 comments on commit 3752294

Please sign in to comment.