From d03743f5eaa636cacf3cc91a4f3300f02cf18a9f Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 16 Apr 2021 00:18:21 -0400
Subject: [PATCH] hair fixes

---
 CHANGELOG.md                           |  4 ++++
 src/js/SlaveState.js                   |  2 +-
 src/npc/databases/cheatmodeDatabase.js | 13 ++++++++-----
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ac28c741ba..ed01d70cc5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ## Unreleased
 
+* Elohiem's webgl art update 2
+* heavy reconstruction of the event systems
+* fixes
+
 ## 0.10.7.1-3.9.6 - 2021-04-02
 
 * more surname control universal rules
diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index 1d8e9ecae77..01b6d3ef11e 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -803,7 +803,7 @@ App.Entity.SlaveState = class SlaveState {
 		 */
 		this.eyebrowFullness = "natural";
 		/** hair style */
-		this.hStyle = "short";
+		this.hStyle = "neat";
 		/** pubic hair style */
 		this.pubicHStyle = "neat";
 		/** armpit hair style */
diff --git a/src/npc/databases/cheatmodeDatabase.js b/src/npc/databases/cheatmodeDatabase.js
index daf66df30d4..d1342b0a785 100644
--- a/src/npc/databases/cheatmodeDatabase.js
+++ b/src/npc/databases/cheatmodeDatabase.js
@@ -28,7 +28,8 @@ App.Intro.cheatModeSlaves = function() {
 	cheatSlave.eye.origColor = "green";
 	cheatSlave.origHColor = "honey blonde";
 	cheatSlave.origSkin = "pale";
-	cheatSlave.hStyle = "long";
+	cheatSlave.hStyle = "neat";
+	cheatSlave.hLength = 40;
 	cheatSlave.waist = -55;
 	cheatSlave.boobs = 1000;
 	cheatSlave.boobsImplant = 600;
@@ -96,7 +97,8 @@ App.Intro.cheatModeSlaves = function() {
 	cheatSlave.origHColor = "black";
 	cheatSlave.pubicHColor = "black";
 	cheatSlave.origSkin = "dark";
-	cheatSlave.hStyle = "long";
+	cheatSlave.hLength = 40;
+	cheatSlave.hStyle = "neat";
 	cheatSlave.pubicHStyle = "waxed";
 	cheatSlave.waist = -55;
 	cheatSlave.boobs = 1200;
@@ -163,7 +165,8 @@ App.Intro.cheatModeSlaves = function() {
 	cheatSlave.race = "black";
 	cheatSlave.pubicHColor = "black";
 	cheatSlave.origSkin = "brown";
-	cheatSlave.hStyle = "long";
+	cheatSlave.hLength = 40;
+	cheatSlave.hStyle = "neat";
 	cheatSlave.pubicHStyle = "waxed";
 	cheatSlave.waist = -55;
 	cheatSlave.boobs = 1600;
@@ -301,8 +304,8 @@ App.Intro.cheatModeSlaves = function() {
 	cheatSlave.eye.origColor = "green";
 	cheatSlave.origHColor = "straw blonde";
 	cheatSlave.origSkin = "pale";
-	cheatSlave.hLength = 40;
-	cheatSlave.hStyle = "in a short ponytail";
+	cheatSlave.hLength = 10;
+	cheatSlave.hStyle = "ponytail";
 	cheatSlave.waist = -55;
 	cheatSlave.boobs = 600;
 	cheatSlave.butt = 3;
-- 
GitLab