Skip to content

Commit

Permalink
Merge branch 'core_game_2021' of https://github.com/pioneers/Shepherd
Browse files Browse the repository at this point in the history
…into core_game_2021
  • Loading branch information
akshitdewan committed May 2, 2021
2 parents 4cc1268 + 4134086 commit 878e512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions shepherd/Shepherd.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ def check_linebreaks():
###########################################
SETUP_FUNCTIONS = {
SHEPHERD_HEADER.SETUP_MATCH: to_setup,
SHEPHERD_HEADER.GET_ROUND_INFO: get_round,
SHEPHERD_HEADER.START_NEXT_STAGE: to_auto,
SHEPHERD_HEADER.SET_GAME_INFO: set_game_info,
SHEPHERD_HEADER.RESET_MATCH: reset_state,
Expand Down
2 changes: 1 addition & 1 deletion shepherd/challenge_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CHALLENGE_RESULTS[46] = [True] * 8
CHALLENGE_RESULTS[6] = [True] * 8
CHALLENGE_RESULTS[40] = [True, True, True, True, True, True, True, False]
CHALLENGE_RESULTS[2] = [True] * 8
CHALLENGE_RESULTS[1] = [True] * 8
CHALLENGE_RESULTS[15] = [True, False, True, True, True, True, True, True]
CHALLENGE_RESULTS[10] = [True] * 8
CHALLENGE_RESULTS[8] = [True] * 8 # Bishop
Expand Down

0 comments on commit 878e512

Please sign in to comment.