mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-31 01:17:20 +02:00
Remove str_add since we are using 5e-like stats
This commit is contained in:
parent
d0708b4472
commit
0e44eaf319
14 changed files with 25 additions and 85 deletions
|
|
@ -894,7 +894,6 @@ struct char_player_data
|
|||
struct char_ability_data
|
||||
{
|
||||
sbyte str; /**< Strength. */
|
||||
sbyte str_add; /**< Strength multiplier if str = 18. Usually from 0 to 100 */
|
||||
sbyte intel; /**< Intelligence */
|
||||
sbyte wis; /**< Wisdom */
|
||||
sbyte dex; /**< Dexterity */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue