@@ -12,7 +12,7 @@ Usage form sugarcube code (samples):
...
@@ -12,7 +12,7 @@ Usage form sugarcube code (samples):
WombInit($slave) - before first pregnancy, at slave creation, of as backward compatibility update.
WombInit($slave) - before first pregnancy, at slave creation, of as backward compatibility update.
WombImpregnate($Slave, $fetus_count, $fatherID, $initial_age) - should be added after normal impregnation code, with already calcualted fetus count. ID of father - can be used in future for prcess children from different fathers in one pregnancy. Initial age normally 1 (as .preg normally set to 1), but can be raised if needed. Also should be called at time as broodmother implant add another fetus(es), or if new fetuses added from other sources in future (transplanting maybe?)
WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added after normal impregnation code, with already calcualted fetus count. ID of father - can be used in future for prcess children from different fathers in one pregnancy. Initial age normally 1 (as .preg normally set to 1), but can be raised if needed. Also should be called at time as broodmother implant add another fetus(es), or if new fetuses added from other sources in future (transplanting maybe?)
WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same.
WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same.