diff --git a/DoL Changelog.txt b/DoL Changelog.txt
index bb7dc2e4864f29f4b1edb3ca2ae2f4241ebbb1b5..5896c0336dac9594c5b7d59551e11b3f537aa221 100644
Binary files a/DoL Changelog.txt and b/DoL Changelog.txt differ
diff --git a/devTools/androidsdk/image/cordova/config.xml b/devTools/androidsdk/image/cordova/config.xml
index 10f717cbe98fbd9776d8475b53c7ad510a76a9fd..5c549111040a094902a0989acfa45a20c5f7e0f5 100644
--- a/devTools/androidsdk/image/cordova/config.xml
+++ b/devTools/androidsdk/image/cordova/config.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <widget 
     id="dol" 
-    version="0.3.4.10" 
+    version="0.3.5.2" 
     xmlns="http://www.w3.org/ns/widgets" 
     xmlns:cdv="http://cordova.apache.org/ns/1.0"
     android-packageName="com.vrelnir.DegreesOfLewdity"
diff --git a/game/01-config/sugarcubeConfig.js b/game/01-config/sugarcubeConfig.js
index dbeed54cef25597bef8491121269cd6415acb4b0..1082892224dfe0210e2b3ae6320f8d2f332e8be7 100644
--- a/game/01-config/sugarcubeConfig.js
+++ b/game/01-config/sugarcubeConfig.js
@@ -22,7 +22,7 @@ window.StartConfig = {
 	"debug": false,
 	"enableImages": true,
 	"enableLinkNumberify": true,
-	"version": "0.3.5.1",
+	"version": "0.3.5.2",
 }
 
 /* convert version string to numeric value */
diff --git a/game/base-system/images.twee b/game/base-system/images.twee
index 686d8bcfc55c8c2bedb088320a50562a0b0d4aae..93e9d5231b6d3cd0b462a646614da7d8672491c2 100644
--- a/game/base-system/images.twee
+++ b/game/base-system/images.twee
@@ -1099,12 +1099,6 @@
 	<</if>>
 <</widget>>
 
-<<widget "fishtankicon">>
-	<<if $images is 1>>
-		<img id="icon" src="img/misc/icon/fish_tank.png">
-	<</if>>
-<</widget>>
-
 <<widget "photographystudioicon">>
 	<<if $images is 1>>
 		<img id="icon" src="img/misc/icon/camera.png">
diff --git a/game/overworld-town/loc-photography/model.twee b/game/overworld-town/loc-photography/model.twee
index c632d0ce242a8192e781d79aca5e73b7bef42af4..1f139d613345d9b14275efa7fc114b496a1d02f8 100644
--- a/game/overworld-town/loc-photography/model.twee
+++ b/game/overworld-town/loc-photography/model.twee
@@ -726,7 +726,7 @@ Money in hand, you leave the studio.
 <<else>>
     You strike another pose, now with your chest bare.
 <</if>>
-Niki takes more pictures, focusing your chest and face. You feel your cheeks flush.
+Niki takes more pictures, focusing your chest and face. <<He>> remains entirely professional. You feel your cheeks flush.
 <br><br>
 
 <<link [[Next|Photo Model Topless 2]]>><</link>>
diff --git a/game/overworld-town/loc-street/events.twee b/game/overworld-town/loc-street/events.twee
index 395c1b0458e81568e22b1a999d6c95358fbdeed3..88a20b4829a9f3810f2a607f324d1aaf25662ce7 100644
--- a/game/overworld-town/loc-street/events.twee
+++ b/game/overworld-town/loc-street/events.twee
@@ -2660,9 +2660,9 @@ You follow the <<beasttype>> down the alley. <<bHe>> rounds a corner.
 		You look further but there's no identification.
 	<</if>>
 	<<if $monster is 1>>
-		The <<beasttype>> barks happily.
-	<<else>>
 		"I'm glad to help," the <<beasttype>> says.
+	<<else>>
+		The <<beasttype>> barks happily.
 	<</if>>
 	<br><br>
 	<<if $deviancy gte 15 and ($monster is 1 or $bestialitydisable is "f")>><!-- Modified for Beast People -->
diff --git a/version b/version
index 80ee96033c8308bb1c3ad1835f5e0a7592517323..95cf63fff8843c84dbcd1c8eaa7ca078c79376ed 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.3.4.10
\ No newline at end of file
+0.3.5.2
\ No newline at end of file