From 8fca0cc91eae96f39879c5f32e5c6dc42868838c Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sat, 3 Aug 2019 19:35:54 +0200
Subject: [PATCH] fix startingGirls limbless

---
 src/npc/startingGirls/startingGirls.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index 2aa68eee8e2..00574f71d77 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -585,9 +585,9 @@ __You are customizing this slave:__
 <<if $seeExtreme == 1>>
 	<<options $activeSlave.amp>>
 		''Limbs:''
-		<<option 0 "Normal">>
+		<<option 0 "Normal" "$activeSlave.missingLegs = 0, $activeSlave.missingArms = 0">>
 			@@.green;Normal.@@
-		<<option 1 "Amputee">>
+		<<option 1 "Amputee" "$activeSlave.missingLegs = 3, $activeSlave.missingArms = 3">>
 			@@.red;Amputee.@@
 	<</options>>
 	<br>
-- 
GitLab