Some fixes, and add 2 variants: Checkless and Parachute
[vchess.git] / client / src / variants / Ball.js
index cd504a9..85e33e6 100644 (file)
@@ -14,9 +14,6 @@ export class BallRules extends ChessRules {
   static get HasFlags() {
     return false;
   }
-  static get HasCastle() {
-    return false;
-  }
 
   static get CHAMPION() {
     return 'c';