Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / variants / Apocalypse.js
index e817296..fc30915 100644 (file)
@@ -3,6 +3,10 @@ import { randInt } from "@/utils/alea";
 
 export class ApocalypseRules extends ChessRules {
 
+  static get Options() {
+    return null;
+  }
+
   static get PawnSpecs() {
     return Object.assign(
       {},