From 98b9875ed1b40f20beab51adfdcb58f952c0d0e9 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 8 Apr 2020 03:43:15 -0400
Subject: [PATCH] fix + documentation work

---
 Changelog.txt                               |  3 +++
 slave variables documentation - Pregmod.txt | 25 ++++++++-------------
 src/endWeek/saBeYourHeadGirl.js             |  2 +-
 3 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/Changelog.txt b/Changelog.txt
index baa5930f0d6..f0288ffa637 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,6 +2,9 @@ Pregmod
 
 0.10.7.1-3.4.x
 
+	-added nipple growth drugs
+	-various fixes and cleaning
+
 	3/27/2020
 
 	1
diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 5900a574bcc..040a1da0946 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -1676,16 +1676,16 @@ series of rings up the back that can be tied together
 0 - no
 1 - yes
 
-amp:
+(leg|arm).(right|left).type:
 
-is slave amputee
--5 - swiss army limbs
--4 - artificial limbs - Combat
--3 - artificial limbs - Beauty
--2 - artificial limbs - Sex
--1 - artificial limbs
- 0 - no
- 1 - yes
+individual limb state
+0 - missing limb
+1 - natural
+2 - simple prosthetic
+3 - advanced - Sex
+4 - advanced - Beauty
+5 - advanced - Combat
+6 - cybernetic
 
 PLimb:
 
@@ -2713,13 +2713,6 @@ how much of her diet is milk
 1 - supplemented
 2 - nearly entirely
 
-tired:
-
-affects work performance, i.e. decreased pay for whoring
-caused by poor/overcrowded sleeping conditions
-0 - not tired
-1 - tired
-
 hormones:
 
 -2 - heavy male hormones
diff --git a/src/endWeek/saBeYourHeadGirl.js b/src/endWeek/saBeYourHeadGirl.js
index e94554dc8a7..8d042f4d9dc 100644
--- a/src/endWeek/saBeYourHeadGirl.js
+++ b/src/endWeek/saBeYourHeadGirl.js
@@ -301,7 +301,7 @@ window.saBeYourHeadGirl = (function saBeYourHeadGirl() {
 	 */
 	function prestigeGain(slave) {
 		if (V.HGTimeInGrade + ((slave.intelligence + slave.intelligenceImplant) / 10) + (slave.devotion / 10) + (slave.trust / 10) > 50) {
-			r.push(`slave.slaveName has rendered such long and competent service as your Head Girl that many of your citizens have come to rely on ${his} word as an extension of yours, trusting that if ${he} does something, it's because you trust ${him} to. <span class="green">${He} has become prestigious on ${his} own merits, a remarkable achievement for a slave!</span>`);
+			r.push(`${slave.slaveName} has rendered such long and competent service as your Head Girl that many of your citizens have come to rely on ${his} word as an extension of yours, trusting that if ${he} does something, it's because you trust ${him} to. <span class="green">${He} has become prestigious on ${his} own merits, a remarkable achievement for a slave!</span>`);
 			slave.prestige += 1;
 			slave.prestigeDesc = "Many citizens respect ${his} long and able service as your Head Girl.";
 		}
-- 
GitLab