Decided to make 2 auras in a group, one for absorb and the other for cooldown

This commit is contained in:
PhatDave
2021-11-12 16:48:55 +01:00
parent 180cd36eb2
commit e4e33c8e1a
4 changed files with 1 additions and 1 deletions

View File

@@ -6,5 +6,5 @@ function()
aura_env.max = aura_env.GetAbsorbs()
end
end
return true
return aura_env.GetAbsorbs() > 0
end