From d0ecea12bd48586c9f9f2dccd6335674d69e6fa3 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 17 Oct 2020 01:20:51 -0700
Subject: [PATCH] Add unnatural hips to EditSlaveCheat

---
 src/cheats/mod_EditSlaveCheat.tw | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index 63849a1a53c..8302eea0802 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -610,7 +610,7 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 
 <br>
 
-''Hips (-2 to 2): $tempSlave.hips |''
+''Hips (-2 to 3): $tempSlave.hips |''
 <<textbox "$tempSlave.hips" $tempSlave.hips>>
 <br>
 <<radiobutton "$tempSlave.hips" -2>> Very narrow
@@ -618,6 +618,7 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 <<radiobutton "$tempSlave.hips" -0>> Normal
 <<radiobutton "$tempSlave.hips" 1>> Broad
 <<radiobutton "$tempSlave.hips" 2>> Very broad
+<<radiobutton "$tempSlave.hips" 3>> Unnaturally broad
 
 <br>
 
-- 
GitLab