X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FProgressive1.js;fp=client%2Fsrc%2Fvariants%2FProgressive.js;h=4f69ee90242bf5c5924ab07d61143f98e9024381;hp=67654286f1b1028c3feb710d976c9225bc017b57;hb=eaab401ea14ebbde1e49ede7c639bc3b6556bf08;hpb=0fbe4ffafd65f35ad939134cc89b8bafcc4cd5ca diff --git a/client/src/variants/Progressive.js b/client/src/variants/Progressive1.js similarity index 98% rename from client/src/variants/Progressive.js rename to client/src/variants/Progressive1.js index 67654286..4f69ee90 100644 --- a/client/src/variants/Progressive.js +++ b/client/src/variants/Progressive1.js @@ -1,7 +1,7 @@ import { ChessRules } from "@/base_rules"; import { randInt } from "@/utils/alea"; -export class ProgressiveRules extends ChessRules { +export class Progressive1Rules extends ChessRules { static get HasEnpassant() { return false; }