X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants%2FTeleport%2Fclass.js;h=2698eaf6f75c89cbe482a2ace64dc478708e415b;hb=535c464b0543306a0ea36c66f07dcfad7a951efc;hp=5e52252f57c7ee934302197d1f3f031317409301;hpb=a7d092011535bc7da231c2c254ec5c936b62cd71;p=xogo.git diff --git a/variants/Teleport/class.js b/variants/Teleport/class.js index 5e52252..2698eaf 100644 --- a/variants/Teleport/class.js +++ b/variants/Teleport/class.js @@ -6,7 +6,7 @@ export default class TeleportRules extends ChessRules { return { select: C.Options.select, // TODO? option "teleport king"? - check: C.Options.check, + input: C.Options.input, styles: C.Options.styles.filter(s => s != "teleport") }; }