Remove app_type bonuses in favor of ability mod bonus

This commit is contained in:
kinther 2025-10-03 14:51:34 -07:00
parent 3cabd51dc5
commit 19682f5b58
11 changed files with 18 additions and 252 deletions

View file

@ -255,7 +255,7 @@ void gain_skill(struct char_data *ch, char *skill, bool success)
return;
/* Wisdom bonus from wis_app[] (constants.c). Higher = better learning & shorter cooldown. */
wisb = wis_app[GET_WIS(ch)].bonus;
wisb = GET_ABILITY_MOD(GET_WIS(ch));
if (success) {
/* Learning from success is harder: 1..100, threshold scales with WIS */