Skip to content
Snippets Groups Projects
Commit d9187eba authored by Blank_Alt's avatar Blank_Alt
Browse files

Pass IV

parent ff54e5b9
No related branches found
No related tags found
1 merge request!10814FixAndTweakPool
......@@ -232,7 +232,10 @@ App.Mods.SecExp.riotCenter = (function() {
}
deploy.append("Spend: ", App.UI.DOM.generateLinksStrip(r));
return deploy;
/**
* @param {string} cost
* @returns {HTMLSpanElement}
*/
function menu(cost) {
const text = document.createElement("span");
App.UI.DOM.appendNewElement("div", text, `Your ${cost} will be leveraged to suppress the rebels.`);
......
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