mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
commit
8ec4cefd8c
@ -577,7 +577,6 @@ function createFactionAugmentationDisplayElements(augmentationsList, augs, facti
|
|||||||
var aElem = createElement("a", {
|
var aElem = createElement("a", {
|
||||||
innerText:aug.name, display:"inline",
|
innerText:aug.name, display:"inline",
|
||||||
clickListener:()=>{
|
clickListener:()=>{
|
||||||
console.log('sup buy in fac: '+Settings.SuppressBuyAugmentationConfirmation);
|
|
||||||
if (!Settings.SuppressBuyAugmentationConfirmation) {
|
if (!Settings.SuppressBuyAugmentationConfirmation) {
|
||||||
purchaseAugmentationBoxCreate(aug, faction);
|
purchaseAugmentationBoxCreate(aug, faction);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user