mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-02 10:27:19 +02:00
Fix unit tests and update some function names
This commit is contained in:
parent
15736e523a
commit
e40f236867
8 changed files with 141 additions and 156 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue