From d222330f79d5236d40ebd40d60d83713426caada Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 6 Jun 2018 23:52:00 -0400
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 +++++
 src/init/storyInit.tw                        | 2 +-
 src/uncategorized/BackwardsCompatibility.tw  | 2 +-
 src/uncategorized/bodyModification.tw        | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index c77199fb697..15871f08505 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,11 @@
 
 0.10.7.1-0.3.x
 
+6/06/2018
+
+	11
+	-various little fixes
+
 6/05/2018
 
 	10
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index cda90c92dc3..ba7d13239e5 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -666,7 +666,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 /* assistant FS appearance variable */
 <<set $assistantFSAppearance = "default">>
 
-<<set $assistantPronouns.pronoun = "she", $assistantPronouns.possessivePronoun = "her", $assistantPronouns.possessive = "her", $assistantPronouns.object = "her", $assistantPronouns.objectReflexive = "herself", $assistantPronouns.noun = "girl">>
+<<set $assistantPronouns = {pronoun: "she", possessivePronoun: "hers", possessive: "her", object: "her", objectReflexive: "herself", noun: "girl"}>>
 
 /*onlyintendeddickgirls variables */
 <<set $makeDicks = 0>>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 9f3bdc4321b..dc84412d92b 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -672,7 +672,7 @@
 	<<set $assistantBodyDesire = 0>>
 <</if>>
 <<if ndef $assistantPronouns>>
-	<<set $assistantPronouns = {pronoun: "she", possessivePronoun: "her", possessive: "her", object: "her", objectReflexive: "herself", noun: "girl"}>>
+	<<set $assistantPronouns = {pronoun: "she", possessivePronoun: "hers", possessive: "her", object: "her", objectReflexive: "herself", noun: "girl"}>>
 <</if>>
 <<if ndef $huskSlaveOrdered>>
 	<<set $huskSlaveOrdered = 0>>
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index cde345194ab..a61508c8123 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -172,7 +172,7 @@
 	<</if>>
 	<</if>>
 	<</if>>
-	<<if $activeSlave.anusTat != _slaveBeforeSession.anusPiercing>>
+	<<if $activeSlave.anusTat != _slaveBeforeSession.anusTat>>
 	<<if canSee($activeSlave)>>
 	<<if canTalk($activeSlave)>>
 		<<if $activeSlave.anus > 3>>
-- 
GitLab