From 483474652abee92f38add87bf35c2174df88fce0 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 9 Dec 2018 03:42:12 -0500
Subject: [PATCH] minor fixes

---
 src/uncategorized/RESS.tw        | 2 +-
 src/uncategorized/costsReport.tw | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 77effce1a3c..9ab36514ef9 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 783c2499379..d8423cf34f7 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>>
-- 
GitLab