Some fixes, and add 2 variants: Checkless and Parachute
[vchess.git] / client / src / variants / Shatranj.js
index 00b1456..105331f 100644 (file)
@@ -5,10 +5,6 @@ export class ShatranjRules extends ChessRules {
     return false;
   }
 
-  static get HasCastle() {
-    return false;
-  }
-
   static get HasEnpassant() {
     return false;
   }