mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-28 15:07:18 +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
|
|
@ -978,7 +978,7 @@ void advance_level(struct char_data *ch)
|
|||
{
|
||||
int add_hp, add_mana = 0, add_move = 0, i;
|
||||
|
||||
add_hp = con_app[GET_CON(ch)].hitp;
|
||||
add_hp = GET_ABILITY_MOD(GET_CON(ch));
|
||||
|
||||
switch (GET_CLASS(ch)) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue