Pre-Update for new features

This commit is contained in:
Tercio Jose
2023-02-07 13:46:35 -03:00
parent 133b0794db
commit 7cd1839f82
9 changed files with 144 additions and 104 deletions
+3
View File
@@ -15,6 +15,9 @@ Details222.Mixins.ActorMixin = {
elseif (containerType == "spell") then
return self.spells
elseif (containerType == "cooldowns") then
return self.cooldowns_defensive_spells
end
end,