Some fixes. Screen variant computer play is still broken, seemingly
[vchess.git] / client / src / variants / Shogi.js
index 63c0d72..9104ed9 100644 (file)
@@ -16,6 +16,10 @@ export class ShogiRules extends ChessRules {
     return true;
   }
 
     return true;
   }
 
+  get showFirstTurn() {
+    return true;
+  }
+
   static get Notoodark() {
     return true;
   }
   static get Notoodark() {
     return true;
   }