From fc12ae952a56de7ba18e23191deaf95aa89864fe Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Thu, 15 Nov 2018 12:00:02 +0200 Subject: [PATCH] fetus now will store biologial mother ID too --- src/js/wombJS.tw | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw index 431176616f4..990973f0a32 100644 --- a/src/js/wombJS.tw +++ b/src/js/wombJS.tw @@ -80,6 +80,7 @@ window.WombImpregnate = function(actor, fCount, fatherID, age) { for (i=0; i<fCount; i++) { tf = {}; //new Object tf.age = age; //initial age + tf.motherID = actor.ID; //Initial biological mother ID setup. tf.fatherID = fatherID; //We can store who is father too. tf.volume = 1; //Initial, to create property. Updated with actual data after WombGetVolume call. tf.reserved = 0; //Initial, to create property. Used later to mark if this child is to be kept. -- GitLab