Add config and replace-function for AuraInfo
This commit is contained in:
11
src/Disp.js
11
src/Disp.js
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user