diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index c19d26f1b1c30cf98d511eb64ee25a195668ab9a..0ab18a40721d99cb24e7fee4a0e91420e686b164 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,13 @@
 
 0.10.7.1-0.7.x
 
+9/23/2018
+
+	40
+	-fixes
+	-more deepmurk tinkerings
+	-pantsu
+
 9/22/2018
 
 	39
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 53cfeb08d76048d674616e79362212c09c255b64..6031fa835d4071e8221b74aa4e7da9789154d9d8 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -4726,7 +4726,7 @@ if(eventSlave.fetish != "mindbroken") {
 
 		if(eventSlave.devotion > 20) {
 			if(eventSlave.butt > 5) {
-				if(!["no clothing", "body oil", "a toga", "a kimono", "shibari ropes", "a slutty maid outfit", "a string bikini", "a scalemail bikini", "a chattel habit", "a slave gown", "a halter top dress", "a ball gown", "a mini dress", "harem gauze", "a schutzstaffel uniform", "a slutty schutzstaffel uniform", "a red army uniform", "a monokini", "a burkini"].includes(eventSlave.clothes)) {
+				if(!["no clothing", "body oil", "a toga", "a kimono", "shibari ropes", "a slutty maid outfit", "a string bikini", "a scalemail bikini", "shimapan panties", "a chattel habit", "a slave gown", "a halter top dress", "a ball gown", "a mini dress", "harem gauze", "a schutzstaffel uniform", "a slutty schutzstaffel uniform", "a red army uniform", "a monokini", "a burkini"].includes(eventSlave.clothes)) {
 					State.variables.RESSevent.push("ass fitting");
 				}
 			}
@@ -15787,6 +15787,7 @@ window.rulesAssistantOptions = (function() {
 				["Nurse (slutty)", "a slutty nurse outfit"],
 				["Red Army uniform", "a red army uniform"],
 				["Schoolgirl", "a schoolgirl outfit"],
+				["Shimapan Panties", "shimapan panties"],
 				["Silken ballgown", "a ball gown"],
 				["Skimpy battledress", "battledress"],
 				["Slave gown", "a slave gown"],
@@ -23370,6 +23371,9 @@ window.SlaveSummaryUncached = (function(){
 			case "a scalemail bikini":
 				r += `Scalemail bikini.`;
 				break;
+			case "shimapan panties":
+				r += `Shimapan panties.`;
+				break;
 			case "a monokini":
 				r += `Monokini.`;
 				break;
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 3d743e017eb65fc3b0d97f1d0e8470589c5c54e9..04e0f3ff34ba63d141ba29680387ba49d3114b8d 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -957,7 +957,7 @@ As the remote surgery's long recovery cycle completes,
 	<</if>>
 
 <<case "earFix">>
-	The inner ear surgery is brief, with @@.red;nothing more than minor health effects.@@ As soon as $he is allowed to open $his eyes and look around, $his gaze flicks from object to object with manic speed as $he processes $his newly clear vision. Hearing the world as it is without hearing aids is a gift that those who do not need it cannot properly understand.
+	The inner ear surgery is brief, with @@.red;nothing more than minor health effects.@@ As soon as $he is allowed to open $his eyes and look around, $his gaze flicks from object to object with manic speed as $he indentifies each and and every newly clear sound. Hearing the world as it is without hearing aids is a gift that those who do not need it cannot properly understand.
 	<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 		<<set $activeSlave.devotion += 5, $activeSlave.trust += 5>>
 		<<if ($activeSlave.devotion > 50)>>