Implemented and tested DarkChess. Berolina, Upsidedown should be OK. Marseille: TODO
[vchess.git] / public / javascripts / variants / Loser.js
index 407c6aa..e6eb320 100644 (file)
@@ -97,7 +97,7 @@ class LoserRules extends ChessRules
                return [];
        }
 
-       // No variables update because no castling
+       // No variables update because no royal king + no castling
        updateVariables(move) { }
        unupdateVariables(move) { }