BerserK
Regular

So what I want is to make mod without horses. I have already removed horses from troops and merchants all around the game. Now I want to remove riding and horse archery from character skills. As I open module.skills.py I see:
So I add sf_inactive to riding and horse archery and no errors shown up. When I went in my mod to play it, there was no riding and horse archery there as I wanted, but when I drag cursor over first 2 skills - ironflesh and power strike it doesn't show info about them and I can't upgrade them even when I have enough str for next level. Also I tried to disable 1 of skills and in that situation only ironflesh bugged. So does anyone knows how to escape this situation?
插入代码块:
# The effects of these skills can only be removed if the skill is disabled with sf_inactive flag.






