Skip to content
Snippets Groups Projects
Commit 82401c08 authored by Pregmodder's avatar Pregmodder
Browse files

Missing )

parent d1bc2629
No related branches found
No related tags found
No related merge requests found
Pipeline #25936 passed
...@@ -35,7 +35,7 @@ App.EndWeek.personalNotes = function() { ...@@ -35,7 +35,7 @@ App.EndWeek.personalNotes = function() {
r.push(`Whenever you have a free moment and a chest swollen with milk, you spend your time attached to the nearest milker. As a result, you produce ${milk} liters of sellable milk over the week.`); r.push(`Whenever you have a free moment and a chest swollen with milk, you spend your time attached to the nearest milker. As a result, you produce ${milk} liters of sellable milk over the week.`);
if (V.arcologies[0].FSPastoralist !== "unset") { if (V.arcologies[0].FSPastoralist !== "unset") {
if (V.arcologies[0].FSPastoralistLaw === 1) { if (V.arcologies[0].FSPastoralistLaw === 1) {
milkSale = Math.round(milk * ((28 * (V.rep/1000)) + Math.trunc(V.arcologies[0].FSPastoralist / 30)); milkSale = Math.round(milk * ((28 * (V.rep/1000)) + Math.trunc(V.arcologies[0].FSPastoralist / 30)));
r.push(`Since breast milk is ${V.arcologies[0].name}'s only legal dairy product, and yours is in a class all of its own, society can't get enough of it and you make <span class="yellowgreen">${cashFormat(milkSale)}.</span>`); r.push(`Since breast milk is ${V.arcologies[0].name}'s only legal dairy product, and yours is in a class all of its own, society can't get enough of it and you make <span class="yellowgreen">${cashFormat(milkSale)}.</span>`);
} else { } else {
milkSale = Math.round(milk * ((12 * (V.rep/1000)) + Math.trunc(V.arcologies[0].FSPastoralist / 30))); milkSale = Math.round(milk * ((12 * (V.rep/1000)) + Math.trunc(V.arcologies[0].FSPastoralist / 30)));
......
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