Framework and Lib OpenRaid updates.

This commit is contained in:
Tercio Jose
2023-12-18 17:14:26 -03:00
parent 298228ece4
commit 2a2e9eb769
8 changed files with 131 additions and 32 deletions
+12
View File
@@ -44,6 +44,18 @@ Details222.Mixins.ActorMixin = {
elseif (containerType == "dispel") then
---@cast actor actorutility
return actor.dispell_spells
elseif (containerType == "interrupt") then
---@cast actor actorutility
return actor.interrupt_spells
elseif (containerType == "interruptwhat") then
---@cast actor actorutility
return actor.interrompeu_oque --is intended to be in portuguese
elseif (containerType == "interrupttargets") then
---@cast actor actorutility
return actor.interrupt_targets
end
end,