diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 78a0739ef6d71080a268eafca41b1adfd56481cd..71e7f2d7265e10cb522887800860ad9ce3995aef 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1372,7 +1372,7 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $weatherToday = $niceWeather.random()>>
 
 <<set $customSlaveOrdered = 0>>
-<<set $customSlave = {age: 19, health: 0, muscles: 0, lips: 15, heightMod: "normal", weight: 0, face: 0, race: "white", skin: "left natural", boobs: 500, butt: 3, sex: 1, virgin: 0, dick: 2, balls: 2, clit: 0, labia: 0, vaginaLube: 1, analVirgin: 0, skills: 15, skill: {whore: 15, combat: 0}, intelligence: 0, intelligenceImplant: 0, nationality: "Stateless", amp: 0, eyes: 1, hears: 0}>>
+<<set $customSlave = {age: 19, health: 0, muscles: 0, lips: 15, heightMod: "normal", weight: 0, face: 0, race: "white", skin: "left natural", boobs: 500, butt: 3, sex: 1, virgin: 0, dick: 2, balls: 2, clit: 0, labia: 0, vaginaLube: 1, analVirgin: 0, skills: 15, skill: {whore: 15, combat: 0}, intelligence: 0, intelligenceImplant: 0, nationality: "Stateless", amp: 0, missingArms: 0, missingLegs: 0, eyes: 1, hears: 0}>>
 
 <<set $huskSlaveOrdered = 0>>
 <<set $huskSlave = {age: 18, nationality: "Stateless", race: "white", sex: 1, virgin: 0}>>
@@ -1526,4 +1526,4 @@ You should have received a copy of the GNU General Public License along with thi
 
 <<= App.SF.Init()>>
 
-<<goto "Alpha disclaimer">>
\ No newline at end of file
+<<goto "Alpha disclaimer">>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index fcc3dbe857c4f708cc48529a16e8ee9f245a51a2..96e3153d892c45477f63627804d2744859c3c5c0 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -3466,8 +3466,10 @@ Setting missing slave variables:
 	<</for>>
 <</if>>
 
-<<if _Slave.amp == 1>>
+<<if _Slave.amp > 0>>
 	<<set _Slave.missingArms = 3, _Slave.missingLegs = 3>>
+<<elseif _Slave.amp < 0>>
+	<<set _Slave.missingArms = 0, _Slave.missingLegs = 0>>
 <</if>>
 
 <<set $slaves[_bci] = _Slave>>
@@ -3961,4 +3963,4 @@ Done<br>
 <<set $JobIDArray = resetJobIDArray()>>
 
 /* reset NaNArray after BC is run */
-<<set $NaNArray = findNaN()>>
\ No newline at end of file
+<<set $NaNArray = findNaN()>>