From 4f7277983f861c17b1ce8c45bcd30cbd3a78755d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 5 Apr 2021 11:16:39 +0100 Subject: [PATCH] wdt-hand: Don't put these right on top of each other Signed-off-by: Ian Jackson --- wdriver/wdt-hand.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdriver/wdt-hand.rs b/wdriver/wdt-hand.rs index 6616d037..104e6ee8 100644 --- a/wdriver/wdt-hand.rs +++ b/wdriver/wdt-hand.rs @@ -166,7 +166,7 @@ impl Ctx { w.action_chain() .move_pc(&w, P_BOB)? .click_and_hold() - .move_w(&w, DEST)? + .move_w(&w, (DEST + PosC::new(2,0))?)? .release() .perform() .did("bob, drag pawn to target")?; -- 2.30.2