From aef5b0402eb6217a4390c8c02a5e141442562805 Mon Sep 17 00:00:00 2001
From: Jones <Jones>
Date: Wed, 10 Apr 2019 17:20:48 +0200
Subject: [PATCH] Slavestate inclusion of sexAmount and sexQuality

---
 src/js/SlaveState.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index 22cb7e4bfb7..db0232e0805 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -1822,6 +1822,14 @@ App.Entity.SlaveState = class SlaveState {
 		 * * 96+: nymphomaniac
 		 */
 		this.energy = 50;
+		/**
+		 * The amount of sex the slave had with customers for certain jobs during a week
+		 */
+		this.sexAmount = 0;
+		/**
+		 * The 'quality' of the sex a slave had with customers. High quality means they fetch a higher price for their services
+		 */
+		this.sexQuality = 0;
 		/**
 		 * how badly she needs sex.
 		 *
-- 
GitLab