diff --git a/devNotes/twine JS b/devNotes/twine JS
index 6ecf983c998c97a64dc88dd3fb2c5b2e4b2f43b1..c5f7ff7bd10755cdb5a7459fbe97edcdc9bd4018 100644
--- a/devNotes/twine JS	
+++ b/devNotes/twine JS	
@@ -4554,7 +4554,7 @@ if(eventSlave.fetish != "mindbroken") {
 
 			if(eventSlave.fetish == "sadist") {
 				if(eventSlave.fetishStrength > 20) {
-					if(State.variables.arcade != 0) {
+					if(State.variables.arcadeSlaves > 0) {
 						if(eventSlave.trust > -20) {
 							if(eventSlave.devotion > 50) {
 								if(eventSlave.belly < 300000) {
@@ -6061,7 +6061,7 @@ if(eventSlave.fetish != "mindbroken") {
 
 			if(eventSlave.fetish == "sadist") {
 				if(eventSlave.fetishStrength > 20) {
-					if(State.variables.arcade != 0) {
+					if(State.variables.arcadeSlaves > 0) {
 						if(eventSlave.trust > -20) {
 							if(eventSlave.devotion > 50) {
 								if(eventSlave.belly < 300000) {
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 4a232d52d0e3475c35775313ecaaedcdf8746165..9f3bdc4321b66ce47b4f68ffeb57ed2ce68c8f4d 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -2324,7 +2324,6 @@ Setting missing global variables:
 		<<set $seeDicks = 25>>
 	<</if>>
 <</if>>
-<<set $seeDicks = Number($seeDicks) || 25>>
 <<set $seeDicks = Math.clamp($seeDicks, 0, 100)>>
 
 <<for _r = 0; _r < $defaultRules.length; _r++>>
diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw
index 15befd37c833b3f287cf717bbc8da87b57789f46..3c5fd274f4ba2bfea4279f8da37f73a695114249 100644
--- a/src/uncategorized/pRivalryHostage.tw
+++ b/src/uncategorized/pRivalryHostage.tw
@@ -36,6 +36,8 @@
 <<set $activeSlave.customDesc = "">>
 <<set $activeSlave.customTat = "">>
 <<set $activeSlave.customLabel = "">>
+<<if $activeSlave.voice < 2>><<set $activeSlave.voice = 2>><</if>>
+<<if $activeSLave.faceShape == "masculine">><<set $activeSlave.faceShape = "cute">><</if>>
 <<if $arcologies[0].FSSupremacistRace != 0>><<set $activeSlave.race = $arcologies[0].FSSupremacistRace>><</if>>
 <<NationalityToName $activeSlave>>
 <<set $activeSlave.inducedNCS = 0, $activeSlave.NCSyouthening = 0>>