Add Discoduel, draft Dobutsu, some code cleaning
[xogo.git] / variants / Avalanche / class.js
index ee80550..8a4981f 100644 (file)
@@ -167,7 +167,7 @@ export default class AvalancheRules extends ChessRules {
     }
   }
 
-  atLeastOneMove(color, lastMove) {
+  atLeastOneMove(color) {
     if (this.subTurn == 0)
       return true;
     return super.atLeastOneMove(color);