Skip to content

Commit

Permalink
Merge pull request #1910 from MishimaHaruna/skilldb-getters-assertions
Browse files Browse the repository at this point in the history
Allow using the skill DB accessors on non-skill attacks (skill_id = 0)
  • Loading branch information
MishimaHaruna authored Nov 24, 2017
2 parents c1c8d6b + 34a1871 commit fb29abd
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 54 deletions.
1 change: 1 addition & 0 deletions src/map/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ struct status_data;

enum {
// Flag of the final calculation
BF_NONE = 0x0000,
BF_WEAPON = 0x0001,
BF_MAGIC = 0x0002,
BF_MISC = 0x0004,
Expand Down
Loading

0 comments on commit fb29abd

Please sign in to comment.