From 93ceeed08c8f0086bbd8b21ae1109216f72d4562 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sat, 17 Oct 2020 01:21:35 -0700 Subject: [PATCH] Add unnatural hips to editSlaveCheatNew --- src/cheats/mod_editSlaveCheatNew.tw | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 06922ca5260..7cd8cfa31f6 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -2680,19 +2680,21 @@ <<radiobutton "$tempSlave.shouldersImplant" 2>> Adv. Broadened <br> - ''Hips (-2 to 2): '' + ''Hips (-2 to 3): '' <<switch $tempSlave.hips>> <<case -2>>@@.yellow;Very narrow@@ <<case -1>>@@.yellow;Narrow@@ <<case 0>>@@.yellow;Normal@@ <<case 1>>@@.yellow;Broad@@ <<case 2>>@@.yellow;Very broad@@ + <<case 2>>@@.yellow;Unnaturally broad@@ <</switch>> <<radiobutton "$tempSlave.hips" -2>> Very narrow <<radiobutton "$tempSlave.hips" -1>> Narrow <<radiobutton "$tempSlave.hips" 0>> Normal <<radiobutton "$tempSlave.hips" 1>> Broad <<radiobutton "$tempSlave.hips" 2>> Very broad + <<radiobutton "$tempSlave.hips" 3>> Unnaturally broad <br> ''Hip Surgery(-2 to 2): '' -- GitLab