Add Colorbound Clobberers (R. Betza)
[vchess.git] / client / src / variants / Cannibal.js
index f7a9514..1a8a451 100644 (file)
@@ -88,7 +88,7 @@ export class CannibalRules extends ChessRules {
     return moves.filter(m => m.vanish.length == 2 && m.appear.length == 1);
   }
 
-       // Stop at the first capture found (if any)
+  // Stop at the first capture found (if any)
   atLeastOneCapture() {
     const color = this.turn;
     const oppCol = V.GetOppCol(color);