Skip to content

Commit

Permalink
Update act.h
Browse files Browse the repository at this point in the history
  • Loading branch information
moshehbenavraham committed Nov 11, 2022
1 parent f5a3f43 commit 16d669d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions act.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ int has_unlocked_race(struct char_data *ch, int race);
int has_unlocked_class(struct char_data *ch, int class);
int hands_available(struct char_data *ch);
int get_speed(struct char_data *ch, sbyte to_display);
bool is_locked_race(int race);

/*****************************************************************************
* Begin general helper defines for all act files
Expand Down

0 comments on commit 16d669d

Please sign in to comment.