Arena team 2 now has purple color instead of yellow

This commit is contained in:
Tercio Jose
2021-05-17 15:53:04 -03:00
parent bc50723491
commit 324598d307
+7
View File
@@ -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()