mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-29 18:04:49 +00:00
4 lines
146 B
Lua
4 lines
146 B
Lua
return {
|
|
getSkillProgressRequirement = function(skillid) return 1 end,
|
|
getSkillLevelUpOptions = function(skillid, source) return {} end
|
|
}
|