From 58f21b00882e6a23c1fc4a08b2aaf7dbdad7dd0d Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 23 Sep 2018 19:01:33 -0400 Subject: [PATCH] fixes and notes --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 7 +++++++ devNotes/twine JS.txt | 6 +++++- src/uncategorized/surgeryDegradation.tw | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index c19d26f1b1c..0ab18a40721 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 53cfeb08d76..6031fa835d4 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 3d743e017eb..04e0f3ff34b 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)>> -- GitLab