mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-21 11:46:33 +01:00
Remove bare hand damage in favor of unarmed skill proficiency
This commit is contained in:
parent
3fd48b60f6
commit
cc342ef45c
10 changed files with 138 additions and 121 deletions
|
|
@ -1014,8 +1014,6 @@ 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 damnodice; /**< The number of dice to roll for damage */
|
||||
byte damsizedice; /**< The size of each die rolled for damage. */
|
||||
};
|
||||
|
||||
/** An affect structure. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue