Skip to content

Commit

Permalink
fix StatusCodeMessages being off by one
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Dec 21, 2024
1 parent 351eda0 commit ef70865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export type Move =
{ tag: MoveTag.Pass }

export const StatusCodeMessages: Record<StatusCode, string> = [
``,
`okay`,
`defender won`,
`attacker won`,
Expand Down

0 comments on commit ef70865

Please sign in to comment.