mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-29 08:27:18 +02:00
Add NPC skills, update medit menu
This commit is contained in:
parent
cc342ef45c
commit
ed8ee4aa5f
11 changed files with 375 additions and 178 deletions
|
|
@ -1014,6 +1014,7 @@ struct mob_special_data
|
|||
memory_rec *memory; /**< List of PCs to remember */
|
||||
byte attack_type; /**< The primary attack type (bite, sting, hit, etc.) */
|
||||
byte default_pos; /**< Default position (standing, sleeping, etc.) */
|
||||
byte skills[MAX_SKILLS]; /* NPC-specific skill proficiency (0-100) */
|
||||
};
|
||||
|
||||
/** An affect structure. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue