Skip to content

Commit

Permalink
Couple tweaks to the ice mage skills, all little additions.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Sep 28, 2023
1 parent 32587e3 commit e50a4a1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/u_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,20 @@ static const struct def_skill Skill_H[] = {
static const struct def_skill Skill_I[] = {
/*Resorts mostly to stabbing weapons*/
{ P_DAGGER, P_EXPERT },
{ P_KNIFE, P_SKILLED },
{ P_KNIFE, P_EXPERT },
{ P_AXE, P_BASIC },
{ P_PICK_AXE, P_SKILLED },
{ P_SHORT_SWORD, P_SKILLED },
{ P_PICK_AXE, P_BASIC },
{ P_SHORT_SWORD, P_EXPERT },
{ P_BROAD_SWORD, P_BASIC },
{ P_LONG_SWORD, P_BASIC },
{ P_QUARTERSTAFF, P_SKILLED },
{ P_FLAIL, P_BASIC },
{ P_QUARTERSTAFF, 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 },
Expand Down

0 comments on commit e50a4a1

Please sign in to comment.