Add config and replace-function for AuraInfo

This commit is contained in:
Daniel van Noord
2020-12-10 22:13:26 +01:00
parent 6bf81085ca
commit f9c4f68bb8
4 changed files with 50 additions and 0 deletions

View File

@@ -1766,6 +1766,17 @@ CM.Disp.UpdateWrinklerTooltip = function() {
}
}
/********
* Section: Functions related to the dragon aura interface */
CM.Disp.AddAuraInfo = function() {
if (CM.Config.DragonAuraInfo == 1) {
console.log("Yes!")
} else {
console.log("No!")
}
}
/********
* Section: General functions related to the Options/Stats pages