X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants%2FAllmate%2Fclass.js;h=5b237c0f4cb53ee45cab32e6eccce3b05c3b9646;hb=f3e90e30b6e7ff416afe288bc9dd865e5daf9860;hp=8d3164952aa4f1ae44ededb2d74d7f9e72a0ae6a;hpb=af9c9be34f416500f9e025e28f39fe89a8c7c345;p=xogo.git diff --git a/variants/Allmate/class.js b/variants/Allmate/class.js index 8d31649..5b237c0 100644 --- a/variants/Allmate/class.js +++ b/variants/Allmate/class.js @@ -82,7 +82,7 @@ export default class AllmateRules extends ChessRules { return true; } - underCheck([x, y], oppCol) { + underCheck() { return false; //not relevant here }