Gavin Hurlbut
-
2004-06-30
- priority: 5 --> 1
in fight.c line 3152 or so,
if (v->skills && v->skills[SKILL_DODGE].learned) {
if (v->style == FIGHTING_STYLE_DEFENSIVE) {
after that is all the dodge code. Which means that if
you aren't fighting using the defensive style, you don't
get any benefit from learning dodge.
Maybe this is deliberate, but it doesn't seem so to me.