Skip to content

Commit

Permalink
Don't ask
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Nov 8, 2023
1 parent 1db128d commit 3d054eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/schemas/gamerecord.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export interface APGameRecord {
* Set to true to explicitly flag a record as 'unrated'
*/
unrated?: boolean;
/**
* Set to `true` if the pie rule was invoked.
*/
pied?: boolean;
/**
* List of the players and their userids and final scores. They should be listed in seating order (first player, then second player, etc.). Additional properties are accepted, so feel free to include information specifically relevant to a particular game. Any additional properties should be provided consistently for any reports from that site for that game. Note that player order should be as of the *end* of the game. So if the pie rule was invoked, then the seating should reflect the final order.
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/gamerecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"default": false
},
"pied": {
"describe": "Set to `true` if the pie rule was invoked.",
"description": "Set to `true` if the pie rule was invoked.",
"type": "boolean",
"default": false
},
Expand Down

0 comments on commit 3d054eb

Please sign in to comment.