Skip to content
Snippets Groups Projects
Commit fc12ae95 authored by pregmodfan's avatar pregmodfan
Browse files

fetus now will store biologial mother ID too

parent 6625cda4
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment