Some fixes, and add 2 variants: Checkless and Parachute
[vchess.git] / client / src / variants / Suicide.js
index c81d355..2693f84 100644 (file)
@@ -7,10 +7,6 @@ export class SuicideRules extends ChessRules {
     return false;
   }
 
-  static get HasCastle() {
-    return false;
-  }
-
   static get PawnSpecs() {
     return Object.assign(
       {},