From 29e6289e66ba30836052d269ba08c94fec3c4fb6 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 2 Aug 2020 03:28:44 -0400
Subject: [PATCH] versioning

---
 src/002-config/fc-version.js       | 4 ++--
 src/events/RESS/devotedEducated.js | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index 413b474e720..0b8dee56f73 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -1,6 +1,6 @@
 App.Version = {
 	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
-	pmod: "3.6.1",
+	pmod: "3.6.2",
 	commitHash: null,
-	release: 1079
+	release: 1080
 };
diff --git a/src/events/RESS/devotedEducated.js b/src/events/RESS/devotedEducated.js
index c2b7cf7e16b..a14cc6ec533 100644
--- a/src/events/RESS/devotedEducated.js
+++ b/src/events/RESS/devotedEducated.js
@@ -126,7 +126,7 @@ App.Events.RESSDevotedEducated = class RESSDevotedEducated extends App.Events.Ba
 		function schooling() {
 			t = [];
 
-			t.push(`You tell ${him} to take the day off for a trip to audit classes at ${V.arcologies[0].name}'s most renowned Paternalist slave schools. ${eventSlave.slaveName} is shocked into a reverie by your words before running to wrap ${his} ${hasBothArms(eventSlave) ? "arms" : "arm";} around you in a tight hug. When ${he} eventually untangles ${himself} from you, ${he} races off to get ready for ${his} day of intellectualism while you direct ${V.assistant.name} to make the necessary arrangements.`);
+			t.push(`You tell ${him} to take the day off for a trip to audit classes at ${V.arcologies[0].name}'s most renowned Paternalist slave schools. ${eventSlave.slaveName} is shocked into a reverie by your words before running to wrap ${his} ${hasBothArms(eventSlave) ? "arms" : "arm"} around you in a tight hug. When ${he} eventually untangles ${himself} from you, ${he} races off to get ready for ${his} day of intellectualism while you direct ${V.assistant.name} to make the necessary arrangements.`);
 			App.Events.addParagraph(node, t);
 			t = [];
 
-- 
GitLab