diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 413b474e7201608c61e2e1579a60b8d57bcb935d..0b8dee56f7365bf3b9d9e30a7400ade70a4f33bd 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 c2b7cf7e16b0e515efedeee4510b0919a59b5054..a14cc6ec5334ab36443f0268e74579ee84c40ca4 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 = [];