diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index 36c70cc5652bcda867306143711896bbfb8c6329..522df7462555d5fdd6d87522bad386835f1ac37b 100644
--- a/src/uncategorized/randomNonindividualEvent.tw
+++ b/src/uncategorized/randomNonindividualEvent.tw
@@ -1268,7 +1268,7 @@
 	<<set $milfSlaveID = $slaves.find(function(s) { return s.devotion > 20 && canTalk(s) && canWalk(s) && (s.assignment == "serve the public" || s.assignment == "serve in the club"); })>>
 	<<if def $milfSlaveID>>
 		<<set $events.push("RE milf tourist")>>
-		<<set $milfSlaveID = $milfSlave.ID>>
+		<<set $milfSlaveID = $milfSlaveID.ID>>
 	<</if>>
 <</if>>
 
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 3bb365d55209342799d132bd631d32da9b4fdde7..07d449faafe89f8b08db6c510d65cd393b624393 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -3466,7 +3466,7 @@ $possessiveCap
 
 <<case "a cybersuit">>
 	<<if $activeSlave.bellyAccessory == "a corset">>
-		A corset peaks wraps the bodysuit snugly.
+		A corset wraps the bodysuit snugly.
 	<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
 		An extreme corset wraps the bodysuit tightly.
 	<</if>>