diff --git a/src/Corporation/manageCorporation.js b/src/Corporation/manageCorporation.js index 28cf5c8ee1e7f09e313e3713ba0722f905f5cfda..1dc7d2476b6deacde575af237db90150fc7473fe 100644 --- a/src/Corporation/manageCorporation.js +++ b/src/Corporation/manageCorporation.js @@ -241,7 +241,7 @@ App.Corporate.manage = function() { /* Expanding the division*/ let depExpandCost = division.sizeCost * 1000; - addDiv(frag, "Expanding the division costs ", App.UI.DOM.makeElement("span", cashFormat(depExpandCost), ["cash", "dec"]), " Downsizing recoups 80% of the investment; slaves will be sold at the going rate."); + addDiv(frag, "Expanding the division costs ", App.UI.DOM.makeElement("span", `${cashFormat(depExpandCost)}.`, ["cash", "dec"]), " Downsizing recoups 80% of the investment; slaves will be sold at the going rate."); let buyDevArray = [ {'name': 'Expand Division', 'count': 1},