From 7fcc72a63761afc131b9180b21884b14e301efff Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Fri, 31 Aug 2018 22:25:41 -0400
Subject: [PATCH] No funny business in BC

---
 src/uncategorized/BackwardsCompatibility.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 3af7f1c4c78..4db9c99e9a0 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -2612,10 +2612,10 @@ Setting missing slave variables:
 	<<set _Slave.eyebrowHColor = _Slave.hColor>>
 <</if>>
 <<if ndef _Slave.eyebrowHStyle>>
-	<<set _Slave.eyebrowHStyle = either("bald", "shaved", "shaved", "straight", "straight", "straight", "straight", "straight", "straight", "rounded", "rounded", "rounded", "rounded", "rounded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "slanted inwards", "slanted inwards", "slanted outwards", "slanted outwards", "high-arched", "high-arched", "high-arched", "elongated", "elongated", "elongated", "shortened", "shortened", "shortened", "curved", "curved", "curved", "curved", "curved", "curved", "curved")>>
+	<<set _Slave.eyebrowHStyle = "natural">>
 <</if>>
 <<if ndef _Slave.eyebrowFullness>>
-	<<set _Slave.eyebrowFullness = either("pencil-thin", "pencil-thin", "thin", "thin", "thin", "threaded", "threaded", "threaded", "threaded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "tapered", "tapered", "tapered", "tapered", "thick", "thick", "thick", "bushy", "bushy")>>
+	<<set _Slave.eyebrowFullness = "natural">>
 <</if>>
 
 <<if ndef _Slave.eyeColor>>
-- 
GitLab