Untested draft refactor both/moves/attack for pieces specs
[xogo.git] / variants / Atomic / class.js
index 5c73de2..4bd2712 100644 (file)
@@ -45,8 +45,8 @@ export default class AtomicRules extends ChessRules {
                 c: c
               })
             ],
-            start: { x: x, y: y },
-            end: { x: x, y: y }
+            start: {x: x, y: y},
+            end: {x: x, y: y}
           })
         ];
       }