Cap skill levels, fix imm combat, remove plr_killer and plr_thief flags

This commit is contained in:
kinther 2025-12-28 15:11:37 -08:00
parent 8eb30084b0
commit 1efb08dafd
22 changed files with 366 additions and 351 deletions

View file

@ -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 */