Inept skill level

This commit is contained in:
Gonçalo Correia 2026-05-08 16:14:45 +01:00
parent af5a3d2d41
commit 961d642018
4 changed files with 18 additions and 19 deletions

2
UI.lua
View file

@ -256,7 +256,7 @@ end
function AltSystem:RefreshSkillDropdown()
AltSystem.Data:RefreshSkills()
-- Reset selection to 1 (Inept) since the skill list may have changed
-- Reset selection to 1 (Base roll) since the skill list may have changed
AltSystem.State.selectedSkillIndex = 1
if AltSystem.SetSkillIndex then
AltSystem.SetSkillIndex(1)