mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-29 08:27:18 +02:00
Add skill gains on skill failures
This commit is contained in:
parent
00c475736c
commit
944dc92bc9
7 changed files with 104 additions and 37 deletions
|
|
@ -130,6 +130,7 @@ void set_title(struct char_data *ch, char *title);
|
|||
void gain_exp(struct char_data *ch, int gain);
|
||||
void gain_exp_regardless(struct char_data *ch, int gain);
|
||||
void gain_condition(struct char_data *ch, int condition, int value);
|
||||
void gain_skill(struct char_data *ch, char *skill, bool failure);
|
||||
void point_update(void);
|
||||
void update_pos(struct char_data *victim);
|
||||
void run_autowiz(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue