Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / variants / Queenpawns.js
index 0ea2e45..1b02dcf 100644 (file)
@@ -2,6 +2,10 @@ import { ChessRules } from "@/base_rules";
 
 export class QueenpawnsRules extends ChessRules {
 
+  static get Options() {
+    return null;
+  }
+
   static get PawnSpecs() {
     return Object.assign(
       {},