From 324598d307486ed58e5c9d62821fd0af502894a1 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 17 May 2021 15:53:04 -0300 Subject: [PATCH] Arena team 2 now has purple color instead of yellow --- startup.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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()