diff --git a/src/Mods/SecExp/buildings/riotControlCenter.js b/src/Mods/SecExp/buildings/riotControlCenter.js index 5db807b5d50cae29f9e3e8925757bf0b005162f8..22da3fa74b1376f2b59eb592f0ca1f6a50b7f588 100644 --- a/src/Mods/SecExp/buildings/riotControlCenter.js +++ b/src/Mods/SecExp/buildings/riotControlCenter.js @@ -211,7 +211,7 @@ App.Mods.SecExp.riotCenter = (function() { } ) ); - App.UI.DOM.appendNewElement("span", node, `Costs ${cost}.`, "note"); + App.UI.DOM.appendNewElement("span", node, `Costs ${cashFormat(cost)}.`, "note"); } else { App.UI.DOM.appendNewElement("div", node, `You have given the riot unit access to the combat armor suits of ${V.SF.Lower}.`); }