mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-31 01:17:20 +02:00
Migrate to 5e saving throws
This commit is contained in:
parent
19682f5b58
commit
7c9e1ea2fd
16 changed files with 297 additions and 788 deletions
|
|
@ -21,7 +21,6 @@ int invalid_class(struct char_data *ch, struct obj_data *obj);
|
|||
int level_exp(int chclass, int level);
|
||||
int parse_class(char arg);
|
||||
void roll_real_abils(struct char_data *ch);
|
||||
byte saving_throws(int class_num, int type, int level);
|
||||
const char *title_female(int chclass, int level);
|
||||
const char *title_male(int chclass, int level);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue