Fix unit tests and update some function names

This commit is contained in:
kinther 2025-08-22 15:21:06 -07:00
parent 15736e523a
commit e40f236867
8 changed files with 141 additions and 156 deletions

View file

@ -886,6 +886,7 @@ void do_start(struct char_data *ch)
case CLASS_THIEF:
SET_SKILL(ch, SKILL_SNEAK, 5);
SET_SKILL(ch, SKILL_HIDE, 5);
SET_SKILL(ch, SKILL_TRACK, 5);
SET_SKILL(ch, SKILL_STEAL, 5);
SET_SKILL(ch, SKILL_BACKSTAB, 5);
SET_SKILL(ch, SKILL_PICK_LOCK, 5);