diff --git a/src/js/salon.js b/src/js/salon.js
index 4069c507d753be823befbfcb7ebdd2f69d627b6f..f470eb329570dcd84af5b4b89fae4e2387f37ce8 100644
--- a/src/js/salon.js
+++ b/src/js/salon.js
@@ -512,7 +512,10 @@ App.Medicine.Salon.hair = function(slave, {primaryHairColor = 0, secondaryHairCo
 		div.append(
 			App.UI.DOM.link(
 				text,
-				() => slave.haircuts = haircuts
+				() => {
+					slave.haircuts = haircuts;
+					apply();
+				}
 			)
 		);
 		return div;
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 9996d62b4caa79f07ab29c91b7f666700afe8bef..e6312eb734162163dd553367be9dc3937d3be5c9 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -6367,7 +6367,7 @@
 				<</if>>
 			<</if>>
 			<<if ($slaves[$i].intelligenceImplant <= -15)>>
-				Society @@.red;is amused@@ by $slaves[$i].slaveName's education and how much it hinders critical thought.
+				Society @@.reputation.inc;is amused@@ by $slaves[$i].slaveName's education and how much it hinders critical thought.
 				<<= FutureSocieties.ChangePorn("Degradationist", 1)>>
 			<</if>>
 		<</if>>