diff --git a/src/npc/descriptions/mouth.js b/src/npc/descriptions/mouth.js
index 4a1d8a9bfa80c2f0e4c35b4ef03bcd169785a8d8..8641125e1a5a6bbad84379b5d77700e38dced229 100644
--- a/src/npc/descriptions/mouth.js
+++ b/src/npc/descriptions/mouth.js
@@ -108,10 +108,10 @@ App.Desc.mouth = function(slave) {
 				r.push(`${His} teeth have been replaced with realistic implants that mimic the dentition of a carnivore. ${His} smiles are frightening, and ${he} can bare them to become truly terrifying.`);
 			} else if (slave.teeth === "fangs") {
 				if (slave.race === "catgirl") {
-				r.push(`${His} upper canine teeth are sharp feline fangs that distinctly mark ${him} as a bioengineered cat${girl} every time ${he} opens ${his} mouth. ${His} smiles are frightening, and ${he} can bare them to become truly terrifying.`);
-			} else {
-				r.push(`${His} upper canine teeth have been replaced with realistic implants that mimic fangs. ${His} smiles are frightening, and ${he} can bare them to become truly terrifying.`);
-			}
+					r.push(`${His} upper canine teeth are sharp feline fangs that distinctly mark ${him} as a bioengineered cat${girl} every time ${he} opens ${his} mouth. ${His} smiles are frightening, and ${he} can bare them to become truly terrifying.`);
+				} else {
+					r.push(`${His} upper canine teeth have been replaced with realistic implants that mimic fangs. ${His} smiles are frightening, and ${he} can bare them to become truly terrifying.`);
+				}
 			} else if (slave.teeth === "fang") {
 				r.push(`One of ${his} upper canine teeth has been replaced with realistic implant shaped like a fang.`);
 				if (slave.faceShape === "cute") {