diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index a65a72b60aa22681fa66be58a0432e0858380da8..61697ddb21e66db1086b1ed0f780046372553caa 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -1743,9 +1743,9 @@ App.Desc.mouthAccessory   = function(slave) {
 		case "ball gag":
 			r += `${He} is wearing a mouth filling, `;
 			if (slave.makeup === 3 || slave.makeup === 6 || slave.makeup === 8) {
-				r += `slave.hColor`;
+				r += `${slave.hColor} `;
 			} else {
-				r += `red`;
+				r += `red `;
 			 }
 			r += `ball-shaped gag that prevents ${him} from uttering a word while keeping ${him} uncomfortably aware of ${his} status.`;
 			break;