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

fix

parent 9fddc102
No related branches found
No related tags found
1 merge request!1468Womb.js new pregnancy tracking system.
...@@ -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.
......
...@@ -814,7 +814,7 @@ All in all, ...@@ -814,7 +814,7 @@ All in all,
//Will cost <<print cashFormat(500)>> weekly// //Will cost <<print cashFormat(500)>> weekly//
<<if $Cash4Babies == 1>> <<if $Cash4Babies == 1>>
<<br>><<br>> <<br>><<br>>
<<link 'Just sold them'>> <<link 'Just sell them'>>
<<replace `"#" + $dispositionId`>> <<replace `"#" + $dispositionId`>>
<<set _babyCost = random(-12,12)>> <<set _babyCost = random(-12,12)>>
$possessiveCap <<if _count > 1>>babies<<else>>baby<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_count*(50+_babyCost))>>.@@ $possessiveCap <<if _count > 1>>babies<<else>>baby<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_count*(50+_babyCost))>>.@@
......
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