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

fix

parent 6461c3df
No related branches found
No related tags found
1 merge request!1468Womb.js new pregnancy tracking system.
...@@ -855,7 +855,7 @@ All in all, ...@@ -855,7 +855,7 @@ All in all,
<</capture>> <</capture>>
<</if>> <</if>>
<</span>> <</span>>
<<elseif $Cash4Babies == 1>> <<elseif $Cash4Babies == 1 && _curBabies > 0>>
<br><br> <br><br>
<<set _babyCost = random(-12,12)>> <<set _babyCost = random(-12,12)>>
$possessiveCap <<if _curBabies > 1>>babies<<else>>baby<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@ $possessiveCap <<if _curBabies > 1>>babies<<else>>baby<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(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