Attribute adjustment resets abuse / exercise counter

This commit is contained in:
Greg Kennedy
2025-03-30 13:46:27 -05:00
committed by PatR
parent 06012e7127
commit 822396c2e0

View File

@@ -187,6 +187,9 @@ adjattrib(
return FALSE;
}
/* Any successful change also resets abuse / exercise level */
AEXE(ndx) = 0;
disp.botl = TRUE;
if (msgflg <= 0)
You_feel("%s%s!", (incr > 1 || incr < -1) ? "very " : "", attrstr);