mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-27 22:56:34 +01:00
Remove app_type bonuses in favor of ability mod bonus
This commit is contained in:
parent
3cabd51dc5
commit
19682f5b58
11 changed files with 18 additions and 252 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue