mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-05 03:47:20 +02:00
Cap skill levels, fix imm combat, remove plr_killer and plr_thief flags
This commit is contained in:
parent
8eb30084b0
commit
1efb08dafd
22 changed files with 366 additions and 351 deletions
|
|
@ -23,6 +23,8 @@ int parse_class(char arg);
|
|||
void roll_real_abils(struct char_data *ch);
|
||||
bool has_save_proficiency(int class_num, int ability);
|
||||
void grant_class_skills(struct char_data *ch, bool reset);
|
||||
void init_class_skill_caps(void);
|
||||
int class_skill_max(int chclass, int skillnum);
|
||||
|
||||
/* Global variables */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue