Commit 17a785a
authored
Fix bug with Washizu ending the game after one hand
Due to shenanigans, when the Tobi mod is not selected, `washizu.jq` creates a null `"tobi"` key, which previously caused this section of code to always end the game. Here, we replace the check with one that asks if the `"tobi"` key is a number.1 parent 7eb5ec7 commit 17a785a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
956 | | - | |
| 956 | + | |
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
| |||
0 commit comments