Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgyilmaz committed Nov 15, 2021
1 parent cd9b3fd commit c765a49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/const.c
Original file line number Diff line number Diff line change
Expand Up @@ -1921,5 +1921,12 @@ const struct skill_type skill_table [MAX_SKILL] =
spell_null, TAR_IGNORE, POS_STANDING,
&gsn_recall, SLOT( 0), 0, 12,
"", "!Recall!", ""
},

{
"sweep", 1,
spell_null, TAR_IGNORE, POS_STANDING,
&gsn_sweep, SLOT( 0), 0, 20,
"", "!Sweep!", ""
}
};
2 changes: 2 additions & 0 deletions src/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ sh_int gsn_staves;
sh_int gsn_wands;
sh_int gsn_recall;

sh_int gsn_sweep;

ini_t * config;

/*
Expand Down
1 change: 1 addition & 0 deletions src/merc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1748,6 +1748,7 @@ extern sh_int gsn_staves;
extern sh_int gsn_wands;
extern sh_int gsn_recall;

extern sh_int gsn_sweep;


/*
Expand Down

0 comments on commit c765a49

Please sign in to comment.