X-Git-Url: https://git.auder.net/game/current/git-logo.png?a=blobdiff_plain;f=variants%2FAbsorption%2Fclass.js;h=3e8d391ae673f64496ffeb2ca30e978542b39db8;hb=535c464b0543306a0ea36c66f07dcfad7a951efc;hp=3979662fbeccc74ef23908ae99aa79f9948552d8;hpb=57b8015b5c22ccfd419df11b9d0174484397c417;p=xogo.git diff --git a/variants/Absorption/class.js b/variants/Absorption/class.js index 3979662..3e8d391 100644 --- a/variants/Absorption/class.js +++ b/variants/Absorption/class.js @@ -5,7 +5,6 @@ export default class AbsorptionRules extends ChessRules { static get Options() { return { select: C.Options.select, - check: [], styles: [ "balance", "capture", @@ -143,7 +142,7 @@ export default class AbsorptionRules extends ChessRules { m.appear[0].p = V.Fusion(m.vanish[0].p, m.vanish[1].p); } }); - super.postProcessPotentialMoves(moves); + return super.postProcessPotentialMoves(moves); } };