From 3c7864b6b335033a02c51937d0f11aefecb047eb Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Tue, 26 Apr 2022 17:59:43 +1200 Subject: [PATCH] Second pass --- src/Mods/SecExp/buildings/riotControlCenter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mods/SecExp/buildings/riotControlCenter.js b/src/Mods/SecExp/buildings/riotControlCenter.js index 5db807b5d50..22da3fa74b1 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}.`); } -- GitLab