diff --git a/src/uncategorized/neighborDescription.tw b/src/uncategorized/neighborDescription.tw
index dbd47e097f675026cc7ea7c0a06623dee37a5a92..37bf53066529bbdc7109663ebf6c3872c1018d9a 100644
--- a/src/uncategorized/neighborDescription.tw
+++ b/src/uncategorized/neighborDescription.tw
@@ -30,7 +30,7 @@
 Its leadership has control of approximately @@.orange;<<print Math.trunc(($arcologies[$i].ownership*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ of the arcology<<if $arcologies[$i].minority > $arcologies[$i].ownership-10>>, a dangerously narrow margin over competition with a @@.tan;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>>.
 <</if>>
 <</if>>
-<<if $arcologies[$i].PCminority > 0>>You own @@.lime;$arcologies[$i].PCminority%@@ of this arcology<</if>><<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a @.red;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if><</if>>.
+<<if $arcologies[$i].PCminority > 0>>You own @@.lime;$arcologies[$i].PCminority%@@ of this arcology<</if>><<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a @.red;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>><</if>>.
 <<set $economicUncertainty -= 2*$assistantPower>>
 The arcology has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>m,@@
 <<if Math.abs($arcologies[$i].prosperity - $averageProsperity) < 5>>
diff --git a/src/uncategorized/randomIndividualEvent.tw b/src/uncategorized/randomIndividualEvent.tw
index 4500153e089a4c460b93c0bebedb07b8610558eb..85081b93f1ab4b8bb631251872b741c6838131b0 100644
--- a/src/uncategorized/randomIndividualEvent.tw
+++ b/src/uncategorized/randomIndividualEvent.tw
@@ -882,7 +882,7 @@
 <</if>> /* closes mute exempt */
 
 /*
-<<if ($PC.Vagina == 1)>>
+<<if ($PC.vagina == 1)>>
 <<if ($eventSlave.devotion <= 20)>>
 <<if (($eventSlave.trust > -20 && $eventSlave.behavioralFlaw == "arrogant") || ($eventSlave.trust > 20))>> 
 <<if ($eventSlave.health > 20)>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 33357fbe900f1344d66a8b03519509393b197afd..5d5256f01ce61009d216b060877f682c255101e8 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -6492,9 +6492,9 @@ she's
 	  less than 17 years old.
 	<</if>>
   <<elseif $activeSlave.actualAge < 17>>
-	is young and fresh at $activeSlave.actualAge<<if $showAgeDetail == 1 && ($seeAge != 0)>>; <<if $activeSlave.birthWeek == 51>>her birthday is next week<<else>>her birthday is in <<print 52-$activeSlave.birthWeek>> weeks<</if>><</if>>.
+	young and fresh at $activeSlave.actualAge<<if $showAgeDetail == 1 && ($seeAge != 0)>>; <<if $activeSlave.birthWeek == 51>>her birthday is next week<<else>>her birthday is in <<print 52-$activeSlave.birthWeek>> weeks<</if>><</if>>.
   <<elseif $activeSlave.actualAge < 18>>
-	is young, fresh, and nearly 18<<if $showAgeDetail == 1 && ($seeAge != 0)>>; <<if $activeSlave.birthWeek == 51>>her birthday is next week<<if $seeAge is 1>> and people are already beginning to eye her<</if>><<else>><</if>>her birthday is in <<print 52-$activeSlave.birthWeek>> weeks<</if>>.
+	young, fresh, and nearly 18<<if $showAgeDetail == 1 && ($seeAge != 0)>>; <<if $activeSlave.birthWeek == 51>>her birthday is next week<<if $seeAge is 1>> and people are already beginning to eye her<</if>><<else>><</if>>her birthday is in <<print 52-$activeSlave.birthWeek>> weeks<</if>>.
   <<elseif $activeSlave.actualAge < 19>>
     <<if $activeSlave.birthWeek == 0 && $seeAge == 1>>
 	  just turned $activeSlave.actualAge this week, which many citizens find especially appealing.