From 45f8f923162e4050fc03afbc407017e22525a3e6 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 25 Nov 2022 22:02:10 -0500 Subject: session lift program fix --- repgoal.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repgoal.hs b/repgoal.hs index 1e1e5b3..c512a94 100755 --- a/repgoal.hs +++ b/repgoal.hs @@ -389,10 +389,10 @@ program = Lift "Row" (Accessory 5 10) :<|| Seq.fromList [ Lift "DB Press" $ Accessory 3 10 - , Lift "Row" $ Accessory 5 10 , Lift "Dip" $ Unspecified , Lift "Good Morning" $ Accessory 3 10 - , Lift "Rear Lateral" $ Accessory 3 10 + , Lift "Rear Lateral" $ Accessory 3 20 + , Lift "Back Raise" $ Accessory 3 15 ] , Session "Naked Bar Warmup" $ -- cgit v1.2.3