diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 77effce1a3ca8780bda35e0e13691927f9eae821..9ab36514ef93691da63a475bda047f2552a69a8b 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -8688,7 +8688,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<= VaginalVCheck()>>
 	<</if>>
 	<</replace>>
-<</link>>
+<</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take anal virginity//<</if>>
 <br><<link "Show the slut off">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 783c2499379d20dbe178e26df35bc73406c60a43..d8423cf34f7a9770182e52acdaf2743f0e1ac276 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -444,15 +444,15 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 			<<set _individualCosts -= $foodCost>>
 	<</switch>>
 	<<if $slaves[$i].weight > 130 || $slaves[$i].weight > 50 || $slaves[$i].weight < -50>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;<i>Caloric adjustment for
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;<i>Caloric adjustment for</i>
 		<<if $slaves[$i].weight > 130>>
-			heavy weight:</i> <<print cashFormat($foodCost*2)>>
+			<i>heavy weight:</i> <<print cashFormat($foodCost*2)>>
 			<<set _individualCosts += $foodCost*2>>
 		<<elseif $slaves[$i].weight > 50>>
-			high weight: <<print cashFormat($foodCost)>>
+			<i>high weight:</i> <<print cashFormat($foodCost)>>
 			<<set _individualCosts += $foodCost>>
 		<<elseif $slaves[$i].weight < -50>>
-			light weight: //reduced by// <<print cashFormat($foodCost)>>
+			<i>light weight:</i> //reduced by// <<print cashFormat($foodCost)>>
 			<<set _individualCosts -= $foodCost>>
 		<</if>>
 	<</if>>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index c0f1969f6940f8deab9c0cfdbff0a463ecd65655..357b72772ee178ebbf2e6ce6b7eab8cbaf033703 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -1672,7 +1672,7 @@ Work on $him structurally:
 		[[Encase in a Fuckdoll suit|Surgery Degradation][$activeSlave.subTarget=0, $activeSlave.sentence=0, $activeSlave.training=0, $activeSlave.toyHole="all her holes", $activeSlave.pubicHStyle="waxed", $activeSlave.livingRules="spare", $activeSlave.speechRules="restrictive", $activeSlave.releaseRules="restrictive", $activeSlave.relationshipRules="restrictive", $activeSlave.fuckdoll=1, $activeSlave.choosesOwnClothes=0, $activeSlave.clothes="a Fuckdoll suit", $activeSlave.collar="none", $activeSlave.shoes="heels",$activeSlave.legAccessory="none", $activeSlave.vaginalAccessory="none", $activeSlave.dickAccessory="none", $activeSlave.buttplug="none", $activeSlave.attrKnown=1, $activeSlave.fetishKnown=1, $activeSlave.inflation=0, $activeSlave.inflationType="none", $activeSlave.inflationMethod=0, $activeSlave.milkSource=0, $activeSlave.cumSource=0, $surgeryType = "fuckdoll"]] //This will greatly restrict $him//
 	<</if>>
 <<else>>
-	<br>$He is encased in a Fuckdoll suit. [[Extract " + $him + ""|Surgery Degradation][$activeSlave.fuckdoll=0, $activeSlave.clothes="no clothing", $activeSlave.shoes="none", $surgeryType = "fuckdollExtraction"]]
+	<br>$He is encased in a Fuckdoll suit. [[Extract " + $him + "|Surgery Degradation][$activeSlave.fuckdoll=0, $activeSlave.clothes="no clothing", $activeSlave.shoes="none", $surgeryType = "fuckdollExtraction"]]
 <</if>>
 <</if>>