Update almost all auras to move away from using globals to using aura_env
This commit is contained in:
@@ -27,7 +27,7 @@ function(allstates, e, ...)
|
||||
local targetLevel = aura_env.config[keykeyname] or 15
|
||||
local leveldelta = level - targetLevel
|
||||
|
||||
local color, _ = Colorer.Interpolate(leveldelta)
|
||||
local color, _ = aura_env.Colorer.Interpolate(leveldelta)
|
||||
local r = math.floor(color.r * 255)
|
||||
local g = math.floor(color.g * 255)
|
||||
local b = math.floor(color.b * 255)
|
||||
|
||||
Reference in New Issue
Block a user