diff --git a/startup.lua b/startup.lua index 7b4668da..c8f45c5a 100644 --- a/startup.lua +++ b/startup.lua @@ -465,6 +465,11 @@ function Details:StartMeUp() --I'll never stop! --coach feature startup Details.Coach.StartUp() + --make the green color in arena be purple + Details.class_colors.ARENA_GREEN[1] = 175/255 --r + Details.class_colors.ARENA_GREEN[2] = 98/255 --g + Details.class_colors.ARENA_GREEN[3] = 255/255 --b + --force the group edit be always enabled when Details! starts _detalhes.options_group_edit = true @@ -477,6 +482,8 @@ function Details:StartMeUp() --I'll never stop! --enforce to show 6 abilities on the tooltip --_detalhes.tooltip.tooltip_max_abilities = 6 freeeeeedooommmmm + + --Plater integration C_Timer.After(2, function() _detalhes:RefreshPlaterIntegration()