Rename warlockabsorbs -> absorbs and add metadata

This commit is contained in:
2024-03-07 12:26:27 +01:00
parent ca1bcfbeea
commit 0e13a6353e
8 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
function()
local current, max = ShieldManager.GetStats()
return current, max, 1
end