From: Ian Jackson Date: Mon, 5 Apr 2021 10:16:39 +0000 (+0100) Subject: wdt-hand: Don't put these right on top of each other X-Git-Tag: otter-0.5.0~182 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4f7277983f861c17b1ce8c45bcd30cbd3a78755d;p=otter.git wdt-hand: Don't put these right on top of each other Signed-off-by: Ian Jackson --- 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")?;