From 4c460c814960f12f1a1e85d1c4a3c1ef9cb5e008 Mon Sep 17 00:00:00 2001
From: wierdwierdos <10471-wierdwierdos@users.noreply.gitgud.io>
Date: Thu, 3 Dec 2020 11:33:33 -0800
Subject: [PATCH] correct penalty similar to lurcherSpeed penalty on boobs

---
 src/uncategorized/seCoursing.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw
index 9ac986fd643..2f5b71138c7 100644
--- a/src/uncategorized/seCoursing.tw
+++ b/src/uncategorized/seCoursing.tw
@@ -419,7 +419,7 @@ You lead your lurcher _activeLurcher.slaveName out on a leash, naked just like t
 <</if>>
 <<if $activeSlave.boobs >= 2000>>
 	_He2 has absurd tits that will destroy any chance _he2 has of getting away.
-	<<set $hareSpeed -= 1>>
+	<<set $hareSpeed -= 2>>
 <<elseif $activeSlave.boobs >= 800>>
 	_He2 has huge boobs that will make it painful for _him2 to run hard.
 	<<set $hareSpeed -= 1>>
-- 
GitLab