From c6ae6c7d6d66c9d3979e8e358e42a1b88893785b Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sat, 27 Feb 2021 23:29:43 -0800
Subject: [PATCH] indentation

---
 src/npc/descriptions/mouth.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/npc/descriptions/mouth.js b/src/npc/descriptions/mouth.js
index 4a1d8a9bfa8..8641125e1a5 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") {
-- 
GitLab