diff --git a/src/npc/descriptions/crotch/dick.js b/src/npc/descriptions/crotch/dick.js
index 1f128db528bd5657296fbc1a9b979a90611c504a..cc3a6c75c8f2dd917090b98ef07a6327b0891dd1 100644
--- a/src/npc/descriptions/crotch/dick.js
+++ b/src/npc/descriptions/crotch/dick.js
@@ -562,7 +562,7 @@ App.Desc.dick = function(slave, {market, eventDescription} = {}) {
 					} else if (scrotalFullness === 0) {
 						r.push(`${His} comfortable scrotum allows them to hang massively`);
 						if (hasBothLegs(slave)) {
-							r.push(`between ${his} legs`);
+							r.push(`between ${his} legs.`);
 						} else {
 							r.push(`from ${his}`);
 							if (isAmputee(slave)) {
@@ -1313,7 +1313,7 @@ App.Desc.dick = function(slave, {market, eventDescription} = {}) {
 					} else if (scrotalFullness === 0) {
 						r.push(`${His} comfortable scrotum allows them to hang massively`);
 						if (hasBothLegs(slave)) {
-							r.push(`between ${his} legs`);
+							r.push(`between ${his} legs.`);
 						} else {
 							r.push(`from ${his}`);
 							if (isAmputee(slave)) {