From e564a46fc9a5a6db3e9a6920f45676bf245cab77 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Sun, 18 Feb 2018 02:31:37 +0200
Subject: [PATCH] fix

---
 src/js/wombJS.tw                      | 2 +-
 src/pregmod/widgets/seBirthWidgets.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw
index d735a59abc1..9fba1f1a03e 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 d87ba34a70a..e50f2a01e24 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))>>.@@
-- 
GitLab