Skip to content

Commit

Permalink
[#65] Changed fell off the board color
Browse files Browse the repository at this point in the history
  • Loading branch information
Omoorion committed Oct 29, 2023
1 parent 9161917 commit a828f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/src/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const activeRules = [
return !!fellOffTheBoardPiece;
},
() => {
Logger.logRule(
Logger.logKill(
`A ${fellOffTheBoardPiece!.player.color} ${
fellOffTheBoardPiece!.name
} fell off the board.`,
Expand Down

0 comments on commit a828f0d

Please sign in to comment.