diff --git a/src/js/wombJS.js b/src/js/wombJS.js
index b8a7933835c6c94043fbd699f95693d00d085779..ac32ad21ba568c9da152e466ffacf357c0882ab2 100644
--- a/src/js/wombJS.js
+++ b/src/js/wombJS.js
@@ -511,6 +511,7 @@ window.fetalSplit = function (actor, chance) {
 		if ((jsRandom(1, chance) >= chance) && s.splitted !== 1) {
 			nft = {};
 			nft.age = s.age;
+			nft.realAge = s.realAge;
 			nft.fatherID = s.fatherID;
 			nft.motherID = s.motherID;
 			nft.volume = s.volume;