Skip to content

Commit

Permalink
Merge branch 'icemage' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Sep 28, 2023
2 parents 1660e7f + e50a4a1 commit cf30c01
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/u_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,25 +586,26 @@ static const struct def_skill Skill_H[] = {
{ P_NONE, 0 }
};
static const struct def_skill Skill_I[] = {
/*Resorts mostly to stabbing weapons*/
{ P_DAGGER, P_SKILLED },
/*Resorts mostly to stabbing weapons*/
{ P_DAGGER, P_EXPERT },
{ P_KNIFE, P_EXPERT },
{ P_AXE, P_BASIC },
{ P_PICK_AXE, P_BASIC },
{ P_SHORT_SWORD, P_EXPERT },
{ P_BROAD_SWORD, P_BASIC },
{ P_LONG_SWORD, P_BASIC },
{ P_FLAIL, P_SKILLED },
{ P_FLAIL, P_BASIC },
{ P_QUARTERSTAFF, P_EXPERT },
{ P_SPEAR, P_SKILLED },
{ P_TRIDENT, P_EXPERT },
/* { P_BOW, P_BASIC },*/
{ P_SLING, P_BASIC },
/* { P_CROSSBOW, P_BASIC },
{ P_DART, P_EXPERT },*/
{ P_SPEAR, P_BASIC },
{ P_TRIDENT, P_BASIC },
{ P_BOW, P_BASIC },
{ P_SLING, P_SKILLED },
{ P_CROSSBOW, P_BASIC },
{ P_DART, P_BASIC },
{ P_UNICORN_HORN, P_SKILLED },

{ P_ATTACK_SPELL, P_BASIC },
{ P_DIVINATION_SPELL, P_BASIC },
{ P_ENCHANTMENT_SPELL, P_EXPERT },
{ P_ESCAPE_SPELL, P_BASIC },
{ P_MATTER_SPELL, P_EXPERT },
Expand Down

0 comments on commit cf30c01

Please sign in to comment.