mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-05 11:57:19 +02: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
|
|
@ -596,7 +596,7 @@ static int ok_pick(struct char_data *ch, obj_vnum keynum, int pickproof, int scm
|
|||
return (1);
|
||||
|
||||
percent = rand_number(1, 101);
|
||||
skill_lvl = GET_SKILL(ch, SKILL_PICK_LOCK) + dex_app_skill[GET_DEX(ch)].p_locks;
|
||||
skill_lvl = GET_SKILL(ch, SKILL_PICK_LOCK) + GET_ABILITY_MOD(GET_DEX(ch));
|
||||
|
||||
if (keynum == NOTHING) {
|
||||
send_to_char(ch, "Odd - you can't seem to find a keyhole.\r\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue