Compare commits
2 commits
6ebb92c62b
...
72f3aa5731
| Author | SHA1 | Date | |
|---|---|---|---|
| 72f3aa5731 | |||
| 00a361157c |
3 changed files with 0 additions and 4 deletions
1
Data.lua
1
Data.lua
|
|
@ -25,7 +25,6 @@ local DEFAULT_SKILLS = {
|
|||
{ name = "Adept Skill", level = "Adept", modifier = 0 },
|
||||
{ name = "Expert Skill", level = "Expert", modifier = 2 },
|
||||
{ name = "Master Skill", level = "Master", modifier = 4 },
|
||||
{ name = "Unskilled", level = "Unskilled", modifier = -4 },
|
||||
}
|
||||
|
||||
-- Valid skill level keywords that must appear in the trait's right field (RT)
|
||||
|
|
|
|||
3
UI.lua
3
UI.lua
|
|
@ -682,9 +682,6 @@ function AltSystem:RefreshSkillDropdown()
|
|||
AltSystem.State.selectedSkillIndex = i
|
||||
AltSystem.State.selectedSkillName = AltSystem.Data.Skills[i] and AltSystem.Data.Skills[i].name or nil
|
||||
AltSystem.SkillDropdown.label:SetText(option.text)
|
||||
if AltSystem.SetSkillIndex then
|
||||
AltSystem.SetSkillIndex(i)
|
||||
end
|
||||
if AltSystem.UpdateSkillWarning then
|
||||
AltSystem.UpdateSkillWarning(i)
|
||||
end
|
||||
|
|
|
|||
0
docs/roll_tab_design.png
Normal file → Executable file
0
docs/roll_tab_design.png
Normal file → Executable file
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Loading…
Add table
Add a link
Reference in a new issue