Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
fix ILLEGAL_ACTION wip (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: na2hiro <a@81.la>
  • Loading branch information
mizar and na2hiro committed Jul 6, 2022
1 parent 727b1a2 commit 403c35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jkfplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export default class JKFPlayer {
SENNICHITE: "千日手",
TIME_UP: "時間切れ",
ILLEGAL_MOVE: "反則負け",
"+ILLEGAL_ACTION": "後手反則負け",
"-ILLEGAL_ACTION": "先手反則負け",
"+ILLEGAL_ACTION": "先手反則負け",
"-ILLEGAL_ACTION": "後手反則負け",
JISHOGI: "持将棋",
KACHI: "勝ち宣言",
HIKIWAKE: "引き分け宣言",
Expand Down

0 comments on commit 403c35b

Please sign in to comment.