Add Hex: almost fine, still some issues with SVG + rescaling
[xogo.git] / variants / Teleport / class.js
index 5e52252..2698eaf 100644 (file)
@@ -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")
     };
   }