From 9e0f1423f0ee59da7f778149cea469799ff38e3b Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Sat, 8 Dec 2018 13:00:13 +0200
Subject: [PATCH] bodyguard to 10000

---
 src/SecExp/attackHandler.tw   | 2 +-
 src/SecExp/rebellionReport.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/SecExp/attackHandler.tw b/src/SecExp/attackHandler.tw
index 8de3a00af1d..281cdf4c191 100644
--- a/src/SecExp/attackHandler.tw
+++ b/src/SecExp/attackHandler.tw
@@ -312,7 +312,7 @@
 	<<if $Bodyguard.butt >= 6>>
 		<<set _woundChance += 1>>
 	<</if>>
-	<<if $Bodyguard.belly >= 6000>>
+	<<if $Bodyguard.belly >= 10000>>
 		<<set _woundChance += 1>>
 	<</if>>
 	<<if $Bodyguard.dick >= 8>>
diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw
index b9b1ba1b652..60da4c3b815 100644
--- a/src/SecExp/rebellionReport.tw
+++ b/src/SecExp/rebellionReport.tw
@@ -703,7 +703,7 @@
 		<<if $Bodyguard.butt >= 6>>
 			<<set _woundChance += 1>>
 		<</if>>
-		<<if $Bodyguard.belly >= 6000>>
+		<<if $Bodyguard.belly >= 10000>>
 			<<set _woundChance += 1>>
 		<</if>>
 		<<if $Bodyguard.dick >= 8>>
-- 
GitLab