diff --git a/src/events/RESS/devotedVirgin.js b/src/events/RESS/devotedVirgin.js
index 1d51bc5697940b2e1efe4cda355c4695238348c2..49fe192bd86d9011d592cb7899d53f9df8787c07 100644
--- a/src/events/RESS/devotedVirgin.js
+++ b/src/events/RESS/devotedVirgin.js
@@ -39,11 +39,11 @@ App.Events.RESSDevotedVirgin = class RESSDevotedVirgin extends App.Events.BaseEv
 		if (canTalk(eventSlave)) {
 			t.push(`${He} ${say}s, "${capFirstChar(Master)}, ${Spoken(eventSlave, "I want to know what it's like to have a cock in my virgin pussy.")}`);
 			if (canSee(eventSlave)) {
-				t.push(Spoken(eventSlave, "Seeing so many of the other slaves getting fucked makes it look like so much fun."));
+				t.push(Spoken(eventSlave, `Seeing so many of the other slaves getting fucked makes it look like so much fun.`));
 			} else if (canHear(eventSlave)) {
-				t.push(Spoken(eventSlave, "Hearing so many of the other slaves getting fucked makes it sound like so much fun."));
+				t.push(Spoken(eventSlave, `Hearing so many of the other slaves getting fucked makes it sound like so much fun.`));
 			} else {
-				t.push(Spoken(eventSlave, "Learning about so many of the other slaves getting fucked makes it seem like so much fun."));
+				t.push(Spoken(eventSlave, `Learning about so many of the other slaves getting fucked makes it seem like so much fun.`));
 			}
 			t.push(Spoken(eventSlave, `I'm so turned on by it. I can't be a proper sex slave without using my pussy. Please take my virginity, ${Master}."`));
 		} else {
diff --git a/src/facilities/farmyard/farmyard.js b/src/facilities/farmyard/farmyard.js
index c321df4c04d92119bc16fad848a60e36dc0f50a0..13d284aa0c360ffd5addf42cfc1d7b9e461e300f 100644
--- a/src/facilities/farmyard/farmyard.js
+++ b/src/facilities/farmyard/farmyard.js
@@ -120,7 +120,7 @@ App.Facilities.Farmyard.farmyard = function() {
 		} else if (count) {
 			desc.append(` ${farmyardNameCaps} is working steadily. Farmhands are moving about, looking after the animals and crops.`);
 		} else if (S.Farmer) {
-			desc.append(` ${S.Farmer.slaveName} is alone in $farmyardName, and has nothing to do but look after the animals and crops.`);
+			desc.append(` ${S.Farmer.slaveName} is alone in ${V.farmyardName}, and has nothing to do but look after the animals and crops.`);
 		} else {
 			desc.append(` ${farmyardNameCaps} is empty and quiet.`);
 		}