diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw index d735a59abc1d482c14d5a23efa452e16ce2cd5c4..9fba1f1a03e22edff837cbffe97e0cbae1592a1b 100644 --- a/src/js/wombJS.tw +++ b/src/js/wombJS.tw @@ -12,7 +12,7 @@ Usage form sugarcube code (samples): 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. diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index d87ba34a70a3f33a7aa77c8e9304756289b349dc..e50f2a01e24981c536a8241a5cb07d8d87d1c0e5 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -814,7 +814,7 @@ All in all, //Will cost <<print cashFormat(500)>> weekly// <<if $Cash4Babies == 1>> <<br>><<br>> - <<link 'Just sold them'>> + <<link 'Just sell them'>> <<replace `"#" + $dispositionId`>> <<set _babyCost = random(-12,12)>> $possessiveCap <<if _count > 1>>babies<<else>>baby<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_count*(50+_babyCost))>>.@@