diff --git a/TODO.txt b/TODO.txt
index 04efe8530afcd6f3027173f05e7d9c642daa3013..941b0adb43fe6bf0115ef6a9e1d7610c210ae0c8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -9,4 +9,7 @@ Events:
 
 Bugs:
 -sometimes troop counts breaks
--sometimes rebel numbers have fractionary parts
\ No newline at end of file
+-sometimes rebel numbers have fractionary parts
+
+Rules Assistant:
+- find a way for the new intense drugs to fit in
diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw
index 2e7113daedc1ba6c5a8997968acfd3453b185e03..5c015572f8487738f3a0d72e53b9aa450cfd3c62 100644
--- a/src/js/DefaultRules.tw
+++ b/src/js/DefaultRules.tw
@@ -265,10 +265,10 @@ window.DefaultRules = (function() {
 						r += `<br>${slave.slaveName} has been automatically assigned to be confined in ${V.arcadeName}.`;
 						break;
 					case "serve in the master suite":
-						r += `<br>${slave.slaveName} has been automatically assigned to {V.masterSuiteName}.`;
+						r += `<br>${slave.slaveName} has been automatically assigned to ${V.masterSuiteName}.`;
 						break;
 					case "get treatment in the clinic":
-						r += `<br>${slave.slaveName} has been automatically assigned to get treatment in {V.clinicName}.`;
+						r += `<br>${slave.slaveName} has been automatically assigned to get treatment in ${V.clinicName}.`;
 						break;
 					case "rest in the spa":
 						r += `<br>${slave.slaveName} has been automatically assigned to rest in ${V.spaName}.`;