Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / variants / Avalam2.js
index 6c39e94..c05b4d9 100644 (file)
@@ -3,6 +3,10 @@ import { randInt } from "@/utils/alea";
 
 export class Avalam2Rules extends ChessRules {
 
+  static get Options() {
+    return null;
+  }
+
   static get HasFlags() {
     return false;
   }