diff --git a/DoL Changelog.txt b/DoL Changelog.txt
index 316c9ff2365c1cc669c3fb306f6c6dc4e8c09bdd..81250d89b866283c011d3e3a4196b5e2af527c56 100644
--- a/DoL Changelog.txt	
+++ b/DoL Changelog.txt	
@@ -397,6 +397,12 @@ Filled out missing icons and fixed icon file extension bugs. Thanks to Pexmiss f
 Added missing combat sprites for butterfly hairclip and star hairpin. Thanks to Beta.
 
 
+0.4.2.5
+The PC can now ask Alex to have a baby with them. Thanks to Cutiland.
+Fixed an issue with save compression. Thanks to Skux.
+Fixed an error message found at the catacombs crystal.
+
+
 
 0.4.1.7
 Fixed a git merge issue that prevented fixes in 0.4.1.6 being applied. Thanks to Cutiland.
diff --git a/devTools/androidsdk/image/cordova/config.xml b/devTools/androidsdk/image/cordova/config.xml
index c33e6cb795c149028bb29b994330dfacbe1b6ae0..f2eec753f2c7b009bfb00cc01171fefe13cac911 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.4.2.4" 
+    version="0.4.2.5" 
     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 7d36c110f9b14e7d686f06e21218db73f90986de..18bc4a007fd177eb943fe5774b162e21596607fd 100644
--- a/game/01-config/sugarcubeConfig.js
+++ b/game/01-config/sugarcubeConfig.js
@@ -61,7 +61,7 @@ window.StartConfig = {
 	debug: false,
 	enableImages: true,
 	enableLinkNumberify: true,
-	version: "0.4.2.4",
+	version: "0.4.2.5",
 	versionName: "",
 	sneaky: false,
 };
diff --git a/game/overworld-forest/loc-churchyard/catacombs.twee b/game/overworld-forest/loc-churchyard/catacombs.twee
index b79a00f539c1cca67d0f31ad38e0f5d46b252432..1e7e7169bf58877772fd7e9c78aa34073d88ed96 100644
--- a/game/overworld-forest/loc-churchyard/catacombs.twee
+++ b/game/overworld-forest/loc-churchyard/catacombs.twee
@@ -796,7 +796,7 @@ You are in the catacombs beneath the forest. Pipes and cables vibrate overhead,
 You approach the machine. You feel the ground vibrate as you draw closer, and see the metal prongs holding the crystal in place. Whatever it is, it's important, and might be worth a pretty penny.
 <br><br>
 
-<<antiqueicon "white crystal">><<link [[Take it|Catacombs Crystal 2]]>><</link>><<gcrime "???">>
+<<antiqueicon "white crystal">><<link [[Take it|Catacombs Crystal 2]]>><</link>><<gcrime "thievery">>
 <br>
 <<getouticon>><<link [[Step away|Catacombs Compound]]>><<set $eventskip to 1>><</link>>
 <br>
diff --git a/game/overworld-plains/loc-farm/cottage.twee b/game/overworld-plains/loc-farm/cottage.twee
index dc443666b769bc94247169d995d5877c953a7f93..a820fd0a5922394abcdcc46187722294eedd4dd2 100644
--- a/game/overworld-plains/loc-farm/cottage.twee
+++ b/game/overworld-plains/loc-farm/cottage.twee
@@ -2005,7 +2005,7 @@ You get comfy beside Alex.
 			<<link [[Ask what Alex saw|Farm TV Ask]]>><<npcincr Alex lust 3>><<arousal 100>><</link>><<glust>><<garousal>>
 		<</if>>
 	<<case 4>>
-		You press foreheads together, and eskimo kiss during a commercial break.
+		You press foreheads together, and rub your noses together during a commercial break.
 	<<case 5>>
 		You displace <<his>> <<npcClothesText _alex "upper">>, exposing <<his>> toned midriff. You blow hot air and rub your face against it. <<He>> cracks up at the sight.<<npcincr Alex lust 1>><<glust>>
 	<<case 6>>
diff --git a/game/special-templates/main.twee b/game/special-templates/main.twee
index 06de6d4c5e64798e82fae8d22b05ec6e8add616e..c84d18ff8fc0484726bb982f299d8a6f93f05eda 100644
--- a/game/special-templates/main.twee
+++ b/game/special-templates/main.twee
@@ -4,7 +4,7 @@
 <<link [[Test]]>><</link>>
 <br><br>
 
-<<link [[:: Passout Sea]]>><</link>>
+<<link [[Catacombs Crystal]]>><</link>>
 
 :: Robin
 <<set $NPCName[$NPCNameList.indexOf("Robin")].love to 50>>
diff --git a/version b/version
index 9d9f79698a4e51961bb448122e43c11a4d18dff6..73333c8a950d01a16f87a66381ec7c59427fdf58 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4.2.4
\ No newline at end of file
+0.4.2.5
\ No newline at end of file