diff --git a/src/Corporation/corporate.js b/src/Corporation/corporate.js index 05457b8d23484373a2014d7f41c004d281f9cabb..8171f2489c502cfa427e4e0efcea53af7255b363 100644 --- a/src/Corporation/corporate.js +++ b/src/Corporation/corporate.js @@ -416,7 +416,7 @@ App.Corporate.Init = function() { return `It ${verbPhrase} approximately <span class="${color}">${slaveCountedNoun}</span> each week when operating at capacity (${division.developmentCount})`; }, MessageSlaveToMarket: function(division) { - return `The slaves from this division can be sold for <span class='yellowgreen'>${cashFormat(division.soldSlaveValue * menialSlaveCost())}</span> each.`; + return `The slaves from this division can be sold for <span class='yellowgreen'>${cashFormat(Math.trunc(division.soldSlaveValue * menialSlaveCost()))}</span> each.`; }, EndWeekProcessing_Slaves: function(processingCount, rate) { const perDevPair = rate.roll();